Shades of Caper #B9C88B
Tints of Caper #B9C88B
RGB
CMYK
RGB Variations
Color information
#B9C88B (or 0xB9C88B) is known color: Caper. HEX triplet: B9, C8 and 8B. RGB value is (185,200,139). Sum of RGB (Red+Green+Blue) = 185+200+139=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C88B is #463774. Grayscale: #BCBCBC. Windows color (decimal): -4601717 or 9160889. OLE color: 9160889.
HSL color Cylindrical-coordinate representation of color #B9C88B: hue angle of 74.75º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9C88B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 139 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.22 |
| HSL | 74.75º | 0.36% | 0.66% | - |
| HSV(B) | 74.75º | 0.31% | 0.78% | - |
| XYZ | 45.32 | 53.49 | 32.36 | - |
| YUV | 188.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 139 | 0.08 | 0 | 0.30 | 0.22 | 74.75 | 0.36 | 0.66 |
| Hex | B9 | C8 | 8B | 8 | 0 | 1E | 16 | 4B | 24 | 42 |
| Octal | 271 | 310 | 213 | 10 | 0 | 36 | 26 | 113 | 44 | 102 |
| Binary | 10111001 | 11001000 | 10001011 | 1000 | 0 | 11110 | 10110 | 1001011 | 100100 | 1000010 |
Color Harmonies of #B9C88B
Complementary color
Monochromatic Colors of #B9C88B
Black with #B9C88B
Text Example
Text Example
White with #B9C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C88B; }
p { color: rgb(185,200,139); }
H1.HeaderClassName
{
color: #B9C88B;
}
.AnyTagClassName
{
color: #B9C88B;
}
</style>
background-color css
<style>
a { background-color: #B9C88B; }
a { background-color: rgb(185,200,139); }
div.DivClassName
{
background-color: #B9C88B;
}
.BgClassName
{
background-color: #B9C88B;
}
</style>
border-color css
<style>
span { border-color: #B9C88B; }
span { border-color: rgb(185,200,139); }
td.TdClassName
{
border-color: #B9C88B;
}
.TagClassName
{
border-color: #B9C88B;
}
</style>