Shades of Caper #B9C58B
Tints of Caper #B9C58B
RGB
CMYK
RGB Variations
Color information
#B9C58B (or 0xB9C58B) is known color: Caper. HEX triplet: B9, C5 and 8B. RGB value is (185,197,139). Sum of RGB (Red+Green+Blue) = 185+197+139=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C58B is #463A74. Grayscale: #BBBBBB. Windows color (decimal): -4602485 or 9160121. OLE color: 9160121.
HSL color Cylindrical-coordinate representation of color #B9C58B: hue angle of 72.41º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9C58B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 139 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.23 |
| HSL | 72.41º | 0.33% | 0.66% | - |
| HSV(B) | 72.41º | 0.29% | 0.77% | - |
| XYZ | 44.63 | 52.11 | 32.13 | - |
| YUV | 186.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 139 | 0.06 | 0 | 0.29 | 0.23 | 72.41 | 0.33 | 0.66 |
| Hex | B9 | C5 | 8B | 6 | 0 | 1D | 17 | 48 | 21 | 42 |
| Octal | 271 | 305 | 213 | 6 | 0 | 35 | 27 | 110 | 41 | 102 |
| Binary | 10111001 | 11000101 | 10001011 | 110 | 0 | 11101 | 10111 | 1001000 | 100001 | 1000010 |
Color Harmonies of #B9C58B
Complementary color
Monochromatic Colors of #B9C58B
Black with #B9C58B
Text Example
Text Example
White with #B9C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C58B; }
p { color: rgb(185,197,139); }
H1.HeaderClassName
{
color: #B9C58B;
}
.AnyTagClassName
{
color: #B9C58B;
}
</style>
background-color css
<style>
a { background-color: #B9C58B; }
a { background-color: rgb(185,197,139); }
div.DivClassName
{
background-color: #B9C58B;
}
.BgClassName
{
background-color: #B9C58B;
}
</style>
border-color css
<style>
span { border-color: #B9C58B; }
span { border-color: rgb(185,197,139); }
td.TdClassName
{
border-color: #B9C58B;
}
.TagClassName
{
border-color: #B9C58B;
}
</style>