Shades of Caper #B9C58A
Tints of Caper #B9C58A
RGB
CMYK
RGB Variations
Color information
#B9C58A (or 0xB9C58A) is known color: Caper. HEX triplet: B9, C5 and 8A. RGB value is (185,197,138). Sum of RGB (Red+Green+Blue) = 185+197+138=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C58A is #463A75. Grayscale: #BABABA. Windows color (decimal): -4602486 or 9094585. OLE color: 9094585.
HSL color Cylindrical-coordinate representation of color #B9C58A: hue angle of 72.2º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9C58A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 138 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.23 |
| HSL | 72.2º | 0.34% | 0.66% | - |
| HSV(B) | 72.2º | 0.3% | 0.77% | - |
| XYZ | 44.56 | 52.08 | 31.75 | - |
| YUV | 186.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 138 | 0.06 | 0 | 0.30 | 0.23 | 72.2 | 0.34 | 0.66 |
| Hex | B9 | C5 | 8A | 6 | 0 | 1E | 17 | 48 | 22 | 42 |
| Octal | 271 | 305 | 212 | 6 | 0 | 36 | 27 | 110 | 42 | 102 |
| Binary | 10111001 | 11000101 | 10001010 | 110 | 0 | 11110 | 10111 | 1001000 | 100010 | 1000010 |
Color Harmonies of #B9C58A
Complementary color
Monochromatic Colors of #B9C58A
Black with #B9C58A
Text Example
Text Example
White with #B9C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C58A; }
p { color: rgb(185,197,138); }
H1.HeaderClassName
{
color: #B9C58A;
}
.AnyTagClassName
{
color: #B9C58A;
}
</style>
background-color css
<style>
a { background-color: #B9C58A; }
a { background-color: rgb(185,197,138); }
div.DivClassName
{
background-color: #B9C58A;
}
.BgClassName
{
background-color: #B9C58A;
}
</style>
border-color css
<style>
span { border-color: #B9C58A; }
span { border-color: rgb(185,197,138); }
td.TdClassName
{
border-color: #B9C58A;
}
.TagClassName
{
border-color: #B9C58A;
}
</style>