COLOR #B5F692

HEX: #B5F692 RGB: (181,246,146)

Color info

#B5F692 contains mainly green color. Web safe color of #B5F692 is #CCFF99 (or #CF9).

RGB color model

#B5F692 color RGB value is (181,246,146).

RGB: (181,246,146) (71%, 96%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 246 of 255 = 96%
B 146 of 255 = 57%

181
246
146

R + G + B ~ 75%. #B5F692 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 246 + 146 = 573 (100%)
R 181 of 573 ~ 31.59%
G 246 of 573 ~ 42.93%
B 146 of 573 ~ 25.48'%

%31.59
%42.93
%25.48

CMYK color model

#B5F692 color CMYK value is (26,0,41,4).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 3.53%

CMYK: (26,0,41,4)
C26M0Y41K4 (26%, 0%, 41%, 4%)
(0.26 / 0.00 / 0.41 / 0.04)

CMYK percentages

%26.42
%0
%40.65
%3.53

Codes

Color #B5F692 in popluar color models

B5 F6 92
RGB 181 246 146
HSL 99° 84.75% 76.86%
HSB/HSV 99° 40.65% 96.47%
CMYK 26.42% 0.00% 40.65%
3.53%

Color #B5F692 in popluar number systems.

HEX B5 F6 92
Decimal 181 246 146
Binary 10110101 11110110 10010010
Octal 265 366 222

Shades and tints

Shades of #B5F692

#B5F692
(181,246,146)
#A5E085
(165,224,133)
#95CA78
(149,202,120)
#85B46B
(133,180,107)
#759E5E
(117,158,94)
#658851
(101,136,81)
#557244
(85,114,68)
#455C37
(69,92,55)
#35462A
(53,70,42)
#25301D
(37,48,29)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #B5F692

#B5F692
(181,246,146)
#BBF69B
(187,246,155)
#C1F6A4
(193,246,164)
#C7F6AD
(199,246,173)
#CDF6B6
(205,246,182)
#D3F6BF
(211,246,191)
#D9F6C8
(217,246,200)
#DFF6D1
(223,246,209)
#E5F6DA
(229,246,218)
#EBF6E3
(235,246,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F692 color. Also use rgb(181,246,146) instead hex code.

Text Font Color

.myTextColor { color: #B5F692; }

<p style="color:#B5F692">This sample text font color is #B5F692.</p>

This text font color is #B5F692.

Background Color

.myBgColor { background-color: #B5F692; }

<div style="background-color:#B5F692">Inner text</div>

This div background color is #B5F692.

Border color

.myBorderColor { border: 1px solid #B5F692; }

<div style="border:3px solid #B5F692">Div</div>

This div border color is #B5F692.

Opacity

.myOpacity80 { color: #B5F692; opacity: 0.8; }

<p style="color:#B5F692;opacity:0.8;">80%</p>

Text with #B5F692 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5F692;}

<p style="text-shadow: 3px 3px 1px #B5F692">Text here.</p>

This text has shadow with #B5F692 color.


.textShadow {text-shadow: 3px 3px 1px #B5F692', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5F692, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5F692 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5F692, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5F692, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5F692 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5F692;
-webkit-box-shadow: 1px 1px 3px 2px #B5F692;
box-shadow: 1px 1px 3px 2px #B5F692;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5F692; -webkit-box-shadow: 1px 1px 3px 2px #B5F692; box-shadow:1px 1px 3px 2px #B5F692;">
Div content here
</div>

This div box has shadow with color #B5F692.

Preview

Color preview on black background

This text has color #B5F692 on black background.


Color preview on white background

This text has color #B5F692 on white background.


Black color preview on #B5F692 background

This text has black color on #B5F692 background.


White color preview on #B5F692 background

This text has white color on #B5F692 background.


Related colors

Complementary color

Complementary color for #hex is #4A096D.


I love getcolorcode.com

Triadic colors

1 #92B5F6 and #F692B5 with #B5F692 are triadic colors.

2 #92F6B5 and #F6B592 with #B5F692 are triadic colors.