COLOR #B8D06A

HEX: #B8D06A RGB: (184,208,106)

Color info

#B8D06A contains mainly red and green colors. Web safe color of #B8D06A is #CCCC66 (or #CC6).

RGB color model

#B8D06A color RGB value is (184,208,106).

RGB: (184,208,106) (72%, 82%, 42%)

RGB channels and saturation

R 184 of 255 = 72%
G 208 of 255 = 82%
B 106 of 255 = 42%

184
208
106

R + G + B ~ 65%. #B8D06A is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 208 + 106 = 498 (100%)
R 184 of 498 ~ 36.95%
G 208 of 498 ~ 41.77%
B 106 of 498 ~ 21.29'%

%36.95
%41.77
%21.29

CMYK color model

#B8D06A color CMYK value is (12,0,49,18).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 49.04%
  • key color value is 18.43%

CMYK: (12,0,49,18)
C12M0Y49K18 (12%, 0%, 49%, 18%)
(0.12 / 0.00 / 0.49 / 0.18)

CMYK percentages

%11.54
%0
%49.04
%18.43

Codes

Color #B8D06A in popluar color models

B8 D0 6A
RGB 184 208 106
HSL 74° 52.04% 61.57%
HSB/HSV 74° 49.04% 81.57%
CMYK 11.54% 0.00% 49.04%
18.43%

Color #B8D06A in popluar number systems.

HEX B8 D0 6A
Decimal 184 208 106
Binary 10111000 11010000 1101010
Octal 270 320 152

Shades and tints

Shades of #B8D06A

#B8D06A
(184,208,106)
#A8BE61
(168,190,97)
#98AC58
(152,172,88)
#889A4F
(136,154,79)
#788846
(120,136,70)
#68763D
(104,118,61)
#586434
(88,100,52)
#48522B
(72,82,43)
#384022
(56,64,34)
#282E19
(40,46,25)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #B8D06A

#B8D06A
(184,208,106)
#BED477
(190,212,119)
#C4D884
(196,216,132)
#CADC91
(202,220,145)
#D0E09E
(208,224,158)
#D6E4AB
(214,228,171)
#DCE8B8
(220,232,184)
#E2ECC5
(226,236,197)
#E8F0D2
(232,240,210)
#EEF4DF
(238,244,223)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D06A color. Also use rgb(184,208,106) instead hex code.

Text Font Color

.myTextColor { color: #B8D06A; }

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

This text font color is #B8D06A.

Background Color

.myBgColor { background-color: #B8D06A; }

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

This div background color is #B8D06A.

Border color

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

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

This div border color is #B8D06A.

Opacity

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

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

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

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

This text has shadow with #B8D06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8D06A.

Preview

Color preview on black background

This text has color #B8D06A on black background.


Color preview on white background

This text has color #B8D06A on white background.


Black color preview on #B8D06A background

This text has black color on #B8D06A background.


White color preview on #B8D06A background

This text has white color on #B8D06A background.


Related colors

Complementary color

Complementary color for #hex is #472F95.


I love getcolorcode.com

Triadic colors

1 #6AB8D0 and #D06AB8 with #B8D06A are triadic colors.

2 #6AD0B8 and #D0B86A with #B8D06A are triadic colors.