Shades of Caper #B9CA83
Tints of Caper #B9CA83
RGB
CMYK
RGB Variations
Color information
#B9CA83 (or 0xB9CA83) is known color: Caper. HEX triplet: B9, CA and 83. RGB value is (185,202,131). Sum of RGB (Red+Green+Blue) = 185+202+131=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA83 is #46357C. Grayscale: #BDBDBD. Windows color (decimal): -4601213 or 8637113. OLE color: 8637113.
HSL color Cylindrical-coordinate representation of color #B9CA83: hue angle of 74.37º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9CA83 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 131 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.21 |
| HSL | 74.37º | 0.4% | 0.65% | - |
| HSV(B) | 74.37º | 0.35% | 0.79% | - |
| XYZ | 45.22 | 54.19 | 29.55 | - |
| YUV | 188.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 131 | 0.08 | 0 | 0.35 | 0.21 | 74.37 | 0.4 | 0.65 |
| Hex | B9 | CA | 83 | 8 | 0 | 23 | 15 | 4A | 28 | 41 |
| Octal | 271 | 312 | 203 | 10 | 0 | 43 | 25 | 112 | 50 | 101 |
| Binary | 10111001 | 11001010 | 10000011 | 1000 | 0 | 100011 | 10101 | 1001010 | 101000 | 1000001 |
Color Harmonies of #B9CA83
Complementary color
Monochromatic Colors of #B9CA83
Black with #B9CA83
Text Example
Text Example
White with #B9CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA83; }
p { color: rgb(185,202,131); }
H1.HeaderClassName
{
color: #B9CA83;
}
.AnyTagClassName
{
color: #B9CA83;
}
</style>
background-color css
<style>
a { background-color: #B9CA83; }
a { background-color: rgb(185,202,131); }
div.DivClassName
{
background-color: #B9CA83;
}
.BgClassName
{
background-color: #B9CA83;
}
</style>
border-color css
<style>
span { border-color: #B9CA83; }
span { border-color: rgb(185,202,131); }
td.TdClassName
{
border-color: #B9CA83;
}
.TagClassName
{
border-color: #B9CA83;
}
</style>