Shades of Caper #B5CA83
Tints of Caper #B5CA83
RGB
CMYK
RGB Variations
Color information
#B5CA83 (or 0xB5CA83) is known color: Caper. HEX triplet: B5, CA and 83. RGB value is (181,202,131). Sum of RGB (Red+Green+Blue) = 181+202+131=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA83 is #4A357C. Grayscale: #BBBBBB. Windows color (decimal): -4863357 or 8637109. OLE color: 8637109.
HSL color Cylindrical-coordinate representation of color #B5CA83: hue angle of 77.75º 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 #B5CA83 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 131 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.21 |
| HSL | 77.75º | 0.4% | 0.65% | - |
| HSV(B) | 77.75º | 0.35% | 0.79% | - |
| XYZ | 44.27 | 53.7 | 29.51 | - |
| YUV | 187.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 131 | 0.10 | 0 | 0.35 | 0.21 | 77.75 | 0.4 | 0.65 |
| Hex | B5 | CA | 83 | A | 0 | 23 | 15 | 4E | 28 | 41 |
| Octal | 265 | 312 | 203 | 12 | 0 | 43 | 25 | 116 | 50 | 101 |
| Binary | 10110101 | 11001010 | 10000011 | 1010 | 0 | 100011 | 10101 | 1001110 | 101000 | 1000001 |
Color Harmonies of #B5CA83
Complementary color
Monochromatic Colors of #B5CA83
Black with #B5CA83
Text Example
Text Example
White with #B5CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA83; }
p { color: rgb(181,202,131); }
H1.HeaderClassName
{
color: #B5CA83;
}
.AnyTagClassName
{
color: #B5CA83;
}
</style>
background-color css
<style>
a { background-color: #B5CA83; }
a { background-color: rgb(181,202,131); }
div.DivClassName
{
background-color: #B5CA83;
}
.BgClassName
{
background-color: #B5CA83;
}
</style>
border-color css
<style>
span { border-color: #B5CA83; }
span { border-color: rgb(181,202,131); }
td.TdClassName
{
border-color: #B5CA83;
}
.TagClassName
{
border-color: #B5CA83;
}
</style>