Shades of Caper #B9CB8C
Tints of Caper #B9CB8C
RGB
CMYK
RGB Variations
Color information
#B9CB8C (or 0xB9CB8C) is known color: Caper. HEX triplet: B9, CB and 8C. RGB value is (185,203,140). Sum of RGB (Red+Green+Blue) = 185+203+140=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB8C is #463473. Grayscale: #BEBEBE. Windows color (decimal): -4600948 or 9227193. OLE color: 9227193.
HSL color Cylindrical-coordinate representation of color #B9CB8C: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9CB8C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 140 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.20 |
| HSL | 77.14º | 0.38% | 0.67% | - |
| HSV(B) | 77.14º | 0.31% | 0.8% | - |
| XYZ | 46.1 | 54.92 | 32.98 | - |
| YUV | 190.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 140 | 0.09 | 0 | 0.31 | 0.20 | 77.14 | 0.38 | 0.67 |
| Hex | B9 | CB | 8C | 9 | 0 | 1F | 14 | 4D | 26 | 43 |
| Octal | 271 | 313 | 214 | 11 | 0 | 37 | 24 | 115 | 46 | 103 |
| Binary | 10111001 | 11001011 | 10001100 | 1001 | 0 | 11111 | 10100 | 1001101 | 100110 | 1000011 |
Color Harmonies of #B9CB8C
Complementary color
Monochromatic Colors of #B9CB8C
Black with #B9CB8C
Text Example
Text Example
White with #B9CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB8C; }
p { color: rgb(185,203,140); }
H1.HeaderClassName
{
color: #B9CB8C;
}
.AnyTagClassName
{
color: #B9CB8C;
}
</style>
background-color css
<style>
a { background-color: #B9CB8C; }
a { background-color: rgb(185,203,140); }
div.DivClassName
{
background-color: #B9CB8C;
}
.BgClassName
{
background-color: #B9CB8C;
}
</style>
border-color css
<style>
span { border-color: #B9CB8C; }
span { border-color: rgb(185,203,140); }
td.TdClassName
{
border-color: #B9CB8C;
}
.TagClassName
{
border-color: #B9CB8C;
}
</style>