Shades of Caper #B9CC78
Tints of Caper #B9CC78
RGB
CMYK
RGB Variations
Color information
#B9CC78 (or 0xB9CC78) is known color: Caper. HEX triplet: B9, CC and 78. RGB value is (185,204,120). Sum of RGB (Red+Green+Blue) = 185+204+120=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC78 is #463387. Grayscale: #BDBDBD. Windows color (decimal): -4600712 or 7916729. OLE color: 7916729.
HSL color Cylindrical-coordinate representation of color #B9CC78: hue angle of 73.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9CC78 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 120 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.2 |
| HSL | 73.57º | 0.45% | 0.64% | - |
| HSV(B) | 73.57º | 0.41% | 0.8% | - |
| XYZ | 44.99 | 54.86 | 25.99 | - |
| YUV | 188.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 120 | 0.09 | 0 | 0.41 | 0.2 | 73.57 | 0.45 | 0.64 |
| Hex | B9 | CC | 78 | 9 | 0 | 29 | 14 | 4A | 2D | 40 |
| Octal | 271 | 314 | 170 | 11 | 0 | 51 | 24 | 112 | 55 | 100 |
| Binary | 10111001 | 11001100 | 1111000 | 1001 | 0 | 101001 | 10100 | 1001010 | 101101 | 1000000 |
Color Harmonies of #B9CC78
Complementary color
Monochromatic Colors of #B9CC78
Black with #B9CC78
Text Example
Text Example
White with #B9CC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC78; }
p { color: rgb(185,204,120); }
H1.HeaderClassName
{
color: #B9CC78;
}
.AnyTagClassName
{
color: #B9CC78;
}
</style>
background-color css
<style>
a { background-color: #B9CC78; }
a { background-color: rgb(185,204,120); }
div.DivClassName
{
background-color: #B9CC78;
}
.BgClassName
{
background-color: #B9CC78;
}
</style>
border-color css
<style>
span { border-color: #B9CC78; }
span { border-color: rgb(185,204,120); }
td.TdClassName
{
border-color: #B9CC78;
}
.TagClassName
{
border-color: #B9CC78;
}
</style>