Shades of Caper #B9CC76
Tints of Caper #B9CC76
RGB
CMYK
RGB Variations
Color information
#B9CC76 (or 0xB9CC76) is known color: Caper. HEX triplet: B9, CC and 76. RGB value is (185,204,118). Sum of RGB (Red+Green+Blue) = 185+204+118=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC76 is #463389. Grayscale: #BCBCBC. Windows color (decimal): -4600714 or 7785657. OLE color: 7785657.
HSL color Cylindrical-coordinate representation of color #B9CC76: hue angle of 73.26º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9CC76 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 118 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.2 |
| HSL | 73.26º | 0.46% | 0.63% | - |
| HSV(B) | 73.26º | 0.42% | 0.8% | - |
| XYZ | 44.87 | 54.81 | 25.35 | - |
| YUV | 188.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 118 | 0.09 | 0 | 0.42 | 0.2 | 73.26 | 0.46 | 0.63 |
| Hex | B9 | CC | 76 | 9 | 0 | 2A | 14 | 49 | 2E | 3F |
| Octal | 271 | 314 | 166 | 11 | 0 | 52 | 24 | 111 | 56 | 77 |
| Binary | 10111001 | 11001100 | 1110110 | 1001 | 0 | 101010 | 10100 | 1001001 | 101110 | 111111 |
Color Harmonies of #B9CC76
Complementary color
Monochromatic Colors of #B9CC76
Black with #B9CC76
Text Example
Text Example
White with #B9CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC76; }
p { color: rgb(185,204,118); }
H1.HeaderClassName
{
color: #B9CC76;
}
.AnyTagClassName
{
color: #B9CC76;
}
</style>
background-color css
<style>
a { background-color: #B9CC76; }
a { background-color: rgb(185,204,118); }
div.DivClassName
{
background-color: #B9CC76;
}
.BgClassName
{
background-color: #B9CC76;
}
</style>
border-color css
<style>
span { border-color: #B9CC76; }
span { border-color: rgb(185,204,118); }
td.TdClassName
{
border-color: #B9CC76;
}
.TagClassName
{
border-color: #B9CC76;
}
</style>