COLOR #B0D25D

HEX: #B0D25D RGB: (176,210,93)

Color info

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

RGB color model

#B0D25D color RGB value is (176,210,93).

RGB: (176,210,93) (69%, 82%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 210 of 255 = 82%
B 93 of 255 = 36%

176
210
93

R + G + B ~ 62%. #B0D25D is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 210 + 93 = 479 (100%)
R 176 of 479 ~ 36.74%
G 210 of 479 ~ 43.84%
B 93 of 479 ~ 19.42'%

%36.74
%43.84
%19.42

CMYK color model

#B0D25D color CMYK value is (16,0,56,18).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 55.71%
  • key color value is 17.65%

CMYK: (16,0,56,18)
C16M0Y56K18 (16%, 0%, 56%, 18%)
(0.16 / 0.00 / 0.56 / 0.18)

CMYK percentages

%16.19
%0
%55.71
%17.65

Codes

Color #B0D25D in popluar color models

B0 D2 5D
RGB 176 210 93
HSL 77° 56.52% 59.41%
HSB/HSV 77° 55.71% 82.35%
CMYK 16.19% 0.00% 55.71%
17.65%

Color #B0D25D in popluar number systems.

HEX B0 D2 5D
Decimal 176 210 93
Binary 10110000 11010010 1011101
Octal 260 322 135

Shades and tints

Shades of #B0D25D

#B0D25D
(176,210,93)
#A0BF55
(160,191,85)
#90AC4D
(144,172,77)
#809945
(128,153,69)
#70863D
(112,134,61)
#607335
(96,115,53)
#50602D
(80,96,45)
#404D25
(64,77,37)
#303A1D
(48,58,29)
#202715
(32,39,21)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #B0D25D

#B0D25D
(176,210,93)
#B7D66B
(183,214,107)
#BEDA79
(190,218,121)
#C5DE87
(197,222,135)
#CCE295
(204,226,149)
#D3E6A3
(211,230,163)
#DAEAB1
(218,234,177)
#E1EEBF
(225,238,191)
#E8F2CD
(232,242,205)
#EFF6DB
(239,246,219)
#F6FAE9
(246,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D25D color. Also use rgb(176,210,93) instead hex code.

Text Font Color

.myTextColor { color: #B0D25D; }

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

This text font color is #B0D25D.

Background Color

.myBgColor { background-color: #B0D25D; }

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

This div background color is #B0D25D.

Border color

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

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

This div border color is #B0D25D.

Opacity

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

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

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

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

This text has shadow with #B0D25D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D25D.

Preview

Color preview on black background

This text has color #B0D25D on black background.


Color preview on white background

This text has color #B0D25D on white background.


Black color preview on #B0D25D background

This text has black color on #B0D25D background.


White color preview on #B0D25D background

This text has white color on #B0D25D background.


Related colors

Complementary color

Complementary color for #hex is #4F2DA2.


I love getcolorcode.com

Triadic colors

1 #5DB0D2 and #D25DB0 with #B0D25D are triadic colors.

2 #5DD2B0 and #D2B05D with #B0D25D are triadic colors.