COLOR #B0E969

HEX: #B0E969
RGB: (176,233,105)

Color info

#B0E969 contains mainly red and green colors. Web safe color of #B0E969 is #99FF66 (or #9F6).

RGB color model

#B0E969 color RGB value is (176,233,105).

  • red value is 176;
  • green value is 233;
  • blue value is 105.
RGB:
(176,233,105)
(69%,91%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 233 of 255 = 91%
B 105 of 255 = 41%

176
233
105

R + G + B ~ 67%. #B0E969 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 233 + 105 = 514 (100%)
R 176 of 514 ~ 34.24%
G 233 of 514 ~ 45.33%
B 105 of 514 ~ 20.43%

%34.24
%45.33
%20.43

CMYK color model

#B0E969 color CMYK value is (24,0,55,9).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 54.94%
  • key color value is 8.63%
CMYK:
(24,0,55,9)
C24M0Y55K9 
(24%,0%,55%,9%)
(0.24/0.00/0.55/0.09)	

CMYK percentages

%24.46
%0
%54.94
%8.63

Codes

Color #B0E969 in popluar color models

B0E969
RGB176233105
HSL87°74.42%66.27%
HSB/HSV87°54.94%91.37%
CMYK24.46%0.00%54.94%
8.63%

Color #B0E969 in popluar number systems.

HEXB0E969
Decimal176233105
Binary10110000111010011101001
Octal260351151

Shades and tints

Shades of #B0E969

#B0E969
(176,233,105)
#A0D460
(160,212,96)
#90BF57
(144,191,87)
#80AA4E
(128,170,78)
#709545
(112,149,69)
#60803C
(96,128,60)
#506B33
(80,107,51)
#40562A
(64,86,42)
#304121
(48,65,33)
#202C18
(32,44,24)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #B0E969

#B0E969
(176,233,105)
#B7EB76
(183,235,118)
#BEED83
(190,237,131)
#C5EF90
(197,239,144)
#CCF19D
(204,241,157)
#D3F3AA
(211,243,170)
#DAF5B7
(218,245,183)
#E1F7C4
(225,247,196)
#E8F9D1
(232,249,209)
#EFFBDE
(239,251,222)
#F6FDEB
(246,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E969 color. Also use rgb(176,233,105) instead hex code.

Text Font Color

.myTextColor { color: #B0E969; }

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

This text font color is #B0E969.


Background Color

.myBgColor { background-color: #B0E969; }

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

This div background color is #B0E969.


Border color

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

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

This div border color is #B0E969.


Opacity

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

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

Text with #B0E969 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 #B0E969;}

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

This text has shadow with #B0E969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E969 on black background.


Color preview on white background

This text has color #B0E969 on white background.



Black color preview on #B0E969 background

This text has black color on #B0E969 background.


White color preview on #B0E969 background

This text has white color on #B0E969 background.