Shades of Caper #B5CA84
Tints of Caper #B5CA84
RGB
CMYK
RGB Variations
Color information
#B5CA84 (or 0xB5CA84) is known color: Caper. HEX triplet: B5, CA and 84. RGB value is (181,202,132). Sum of RGB (Red+Green+Blue) = 181+202+132=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA84 is #4A357B. Grayscale: #BCBCBC. Windows color (decimal): -4863356 or 8702645. OLE color: 8702645.
HSL color Cylindrical-coordinate representation of color #B5CA84: hue angle of 78º 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 #B5CA84 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 132 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.21 |
| HSL | 78º | 0.4% | 0.65% | - |
| HSV(B) | 78º | 0.35% | 0.79% | - |
| XYZ | 44.34 | 53.73 | 29.86 | - |
| YUV | 187.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 132 | 0.10 | 0 | 0.35 | 0.21 | 78 | 0.4 | 0.65 |
| Hex | B5 | CA | 84 | A | 0 | 23 | 15 | 4E | 28 | 41 |
| Octal | 265 | 312 | 204 | 12 | 0 | 43 | 25 | 116 | 50 | 101 |
| Binary | 10110101 | 11001010 | 10000100 | 1010 | 0 | 100011 | 10101 | 1001110 | 101000 | 1000001 |
Color Harmonies of #B5CA84
Complementary color
Monochromatic Colors of #B5CA84
Black with #B5CA84
Text Example
Text Example
White with #B5CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA84; }
p { color: rgb(181,202,132); }
H1.HeaderClassName
{
color: #B5CA84;
}
.AnyTagClassName
{
color: #B5CA84;
}
</style>
background-color css
<style>
a { background-color: #B5CA84; }
a { background-color: rgb(181,202,132); }
div.DivClassName
{
background-color: #B5CA84;
}
.BgClassName
{
background-color: #B5CA84;
}
</style>
border-color css
<style>
span { border-color: #B5CA84; }
span { border-color: rgb(181,202,132); }
td.TdClassName
{
border-color: #B5CA84;
}
.TagClassName
{
border-color: #B5CA84;
}
</style>