Shades of Caper #B9C68C
Tints of Caper #B9C68C
RGB
CMYK
RGB Variations
Color information
#B9C68C (or 0xB9C68C) is known color: Caper. HEX triplet: B9, C6 and 8C. RGB value is (185,198,140). Sum of RGB (Red+Green+Blue) = 185+198+140=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C68C is #463973. Grayscale: #BBBBBB. Windows color (decimal): -4602228 or 9225913. OLE color: 9225913.
HSL color Cylindrical-coordinate representation of color #B9C68C: hue angle of 73.45º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9C68C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 140 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.22 |
| HSL | 73.45º | 0.34% | 0.66% | - |
| HSV(B) | 73.45º | 0.29% | 0.78% | - |
| XYZ | 44.94 | 52.6 | 32.59 | - |
| YUV | 187.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 140 | 0.07 | 0 | 0.29 | 0.22 | 73.45 | 0.34 | 0.66 |
| Hex | B9 | C6 | 8C | 7 | 0 | 1D | 16 | 49 | 22 | 42 |
| Octal | 271 | 306 | 214 | 7 | 0 | 35 | 26 | 111 | 42 | 102 |
| Binary | 10111001 | 11000110 | 10001100 | 111 | 0 | 11101 | 10110 | 1001001 | 100010 | 1000010 |
Color Harmonies of #B9C68C
Complementary color
Monochromatic Colors of #B9C68C
Black with #B9C68C
Text Example
Text Example
White with #B9C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C68C; }
p { color: rgb(185,198,140); }
H1.HeaderClassName
{
color: #B9C68C;
}
.AnyTagClassName
{
color: #B9C68C;
}
</style>
background-color css
<style>
a { background-color: #B9C68C; }
a { background-color: rgb(185,198,140); }
div.DivClassName
{
background-color: #B9C68C;
}
.BgClassName
{
background-color: #B9C68C;
}
</style>
border-color css
<style>
span { border-color: #B9C68C; }
span { border-color: rgb(185,198,140); }
td.TdClassName
{
border-color: #B9C68C;
}
.TagClassName
{
border-color: #B9C68C;
}
</style>