Shades of Caper #B9CC8C
Tints of Caper #B9CC8C
RGB
CMYK
RGB Variations
Color information
#B9CC8C (or 0xB9CC8C) is known color: Caper. HEX triplet: B9, CC and 8C. RGB value is (185,204,140). Sum of RGB (Red+Green+Blue) = 185+204+140=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC8C is #463373. Grayscale: #BFBFBF. Windows color (decimal): -4600692 or 9227449. OLE color: 9227449.
HSL color Cylindrical-coordinate representation of color #B9CC8C: hue angle of 77.81º degrees, saturation: 0.39, 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 #B9CC8C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 140 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.2 |
| HSL | 77.81º | 0.39% | 0.67% | - |
| HSV(B) | 77.81º | 0.31% | 0.8% | - |
| XYZ | 46.33 | 55.39 | 33.06 | - |
| YUV | 191.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 140 | 0.09 | 0 | 0.31 | 0.2 | 77.81 | 0.39 | 0.67 |
| Hex | B9 | CC | 8C | 9 | 0 | 1F | 14 | 4E | 27 | 43 |
| Octal | 271 | 314 | 214 | 11 | 0 | 37 | 24 | 116 | 47 | 103 |
| Binary | 10111001 | 11001100 | 10001100 | 1001 | 0 | 11111 | 10100 | 1001110 | 100111 | 1000011 |
Color Harmonies of #B9CC8C
Complementary color
Monochromatic Colors of #B9CC8C
Black with #B9CC8C
Text Example
Text Example
White with #B9CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC8C; }
p { color: rgb(185,204,140); }
H1.HeaderClassName
{
color: #B9CC8C;
}
.AnyTagClassName
{
color: #B9CC8C;
}
</style>
background-color css
<style>
a { background-color: #B9CC8C; }
a { background-color: rgb(185,204,140); }
div.DivClassName
{
background-color: #B9CC8C;
}
.BgClassName
{
background-color: #B9CC8C;
}
</style>
border-color css
<style>
span { border-color: #B9CC8C; }
span { border-color: rgb(185,204,140); }
td.TdClassName
{
border-color: #B9CC8C;
}
.TagClassName
{
border-color: #B9CC8C;
}
</style>