Shades of Caper #B9C389
Tints of Caper #B9C389
RGB
CMYK
RGB Variations
Color information
#B9C389 (or 0xB9C389) is known color: Caper. HEX triplet: B9, C3 and 89. RGB value is (185,195,137). Sum of RGB (Red+Green+Blue) = 185+195+137=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C389 is #463C76. Grayscale: #B9B9B9. Windows color (decimal): -4602999 or 9028537. OLE color: 9028537.
HSL color Cylindrical-coordinate representation of color #B9C389: hue angle of 70.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9C389 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 137 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.24 |
| HSL | 70.34º | 0.33% | 0.65% | - |
| HSV(B) | 70.34º | 0.3% | 0.76% | - |
| XYZ | 44.04 | 51.15 | 31.22 | - |
| YUV | 185.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 137 | 0.05 | 0 | 0.30 | 0.24 | 70.34 | 0.33 | 0.65 |
| Hex | B9 | C3 | 89 | 5 | 0 | 1E | 18 | 46 | 21 | 41 |
| Octal | 271 | 303 | 211 | 5 | 0 | 36 | 30 | 106 | 41 | 101 |
| Binary | 10111001 | 11000011 | 10001001 | 101 | 0 | 11110 | 11000 | 1000110 | 100001 | 1000001 |
Color Harmonies of #B9C389
Complementary color
Monochromatic Colors of #B9C389
Black with #B9C389
Text Example
Text Example
White with #B9C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C389; }
p { color: rgb(185,195,137); }
H1.HeaderClassName
{
color: #B9C389;
}
.AnyTagClassName
{
color: #B9C389;
}
</style>
background-color css
<style>
a { background-color: #B9C389; }
a { background-color: rgb(185,195,137); }
div.DivClassName
{
background-color: #B9C389;
}
.BgClassName
{
background-color: #B9C389;
}
</style>
border-color css
<style>
span { border-color: #B9C389; }
span { border-color: rgb(185,195,137); }
td.TdClassName
{
border-color: #B9C389;
}
.TagClassName
{
border-color: #B9C389;
}
</style>