COLOR #B0D05F

HEX: #B0D05F RGB: (176,208,95)

Color info

#B0D05F contains mainly red and green colors. Web safe color of #B0D05F is #99CC66 (or #9C6).

RGB color model

#B0D05F color RGB value is (176,208,95).

RGB: (176,208,95) (69%, 82%, 37%)

RGB channels and saturation

R 176 of 255 = 69%
G 208 of 255 = 82%
B 95 of 255 = 37%

176
208
95

R + G + B ~ 63%. #B0D05F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 208 + 95 = 479 (100%)
R 176 of 479 ~ 36.74%
G 208 of 479 ~ 43.42%
B 95 of 479 ~ 19.83'%

%36.74
%43.42
%19.83

CMYK color model

#B0D05F color CMYK value is (15,0,54,18).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 54.33%
  • key color value is 18.43%

CMYK: (15,0,54,18)
C15M0Y54K18 (15%, 0%, 54%, 18%)
(0.15 / 0.00 / 0.54 / 0.18)

CMYK percentages

%15.38
%0
%54.33
%18.43

Codes

Color #B0D05F in popluar color models

B0 D0 5F
RGB 176 208 95
HSL 77° 54.59% 59.41%
HSB/HSV 77° 54.33% 81.57%
CMYK 15.38% 0.00% 54.33%
18.43%

Color #B0D05F in popluar number systems.

HEX B0 D0 5F
Decimal 176 208 95
Binary 10110000 11010000 1011111
Octal 260 320 137

Shades and tints

Shades of #B0D05F

#B0D05F
(176,208,95)
#A0BE57
(160,190,87)
#90AC4F
(144,172,79)
#809A47
(128,154,71)
#70883F
(112,136,63)
#607637
(96,118,55)
#50642F
(80,100,47)
#405227
(64,82,39)
#30401F
(48,64,31)
#202E17
(32,46,23)
#101C0F
(16,28,15)
#000000
(0,0,0)

Tints of #B0D05F

#B0D05F
(176,208,95)
#B7D46D
(183,212,109)
#BED87B
(190,216,123)
#C5DC89
(197,220,137)
#CCE097
(204,224,151)
#D3E4A5
(211,228,165)
#DAE8B3
(218,232,179)
#E1ECC1
(225,236,193)
#E8F0CF
(232,240,207)
#EFF4DD
(239,244,221)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D05F color. Also use rgb(176,208,95) instead hex code.

Text Font Color

.myTextColor { color: #B0D05F; }

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

This text font color is #B0D05F.

Background Color

.myBgColor { background-color: #B0D05F; }

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

This div background color is #B0D05F.

Border color

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

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

This div border color is #B0D05F.

Opacity

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

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

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

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

This text has shadow with #B0D05F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D05F.

Preview

Color preview on black background

This text has color #B0D05F on black background.


Color preview on white background

This text has color #B0D05F on white background.


Black color preview on #B0D05F background

This text has black color on #B0D05F background.


White color preview on #B0D05F background

This text has white color on #B0D05F background.


Related colors

Complementary color

Complementary color for #hex is #4F2FA0.


I love getcolorcode.com

Triadic colors

1 #5FB0D0 and #D05FB0 with #B0D05F are triadic colors.

2 #5FD0B0 and #D0B05F with #B0D05F are triadic colors.