Shades of Caper #B5CA72
Tints of Caper #B5CA72
RGB
CMYK
RGB Variations
Color information
#B5CA72 (or 0xB5CA72) is known color: Caper. HEX triplet: B5, CA and 72. RGB value is (181,202,114). Sum of RGB (Red+Green+Blue) = 181+202+114=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA72 is #4A358D. Grayscale: #BABABA. Windows color (decimal): -4863374 or 7522997. OLE color: 7522997.
HSL color Cylindrical-coordinate representation of color #B5CA72: hue angle of 74.32º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5CA72 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 114 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.21 |
| HSL | 74.32º | 0.45% | 0.62% | - |
| HSV(B) | 74.32º | 0.44% | 0.79% | - |
| XYZ | 43.21 | 53.28 | 23.93 | - |
| YUV | 185.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 114 | 0.10 | 0 | 0.44 | 0.21 | 74.32 | 0.45 | 0.62 |
| Hex | B5 | CA | 72 | A | 0 | 2C | 15 | 4A | 2D | 3E |
| Octal | 265 | 312 | 162 | 12 | 0 | 54 | 25 | 112 | 55 | 76 |
| Binary | 10110101 | 11001010 | 1110010 | 1010 | 0 | 101100 | 10101 | 1001010 | 101101 | 111110 |
Color Harmonies of #B5CA72
Complementary color
Monochromatic Colors of #B5CA72
Black with #B5CA72
Text Example
Text Example
White with #B5CA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA72; }
p { color: rgb(181,202,114); }
H1.HeaderClassName
{
color: #B5CA72;
}
.AnyTagClassName
{
color: #B5CA72;
}
</style>
background-color css
<style>
a { background-color: #B5CA72; }
a { background-color: rgb(181,202,114); }
div.DivClassName
{
background-color: #B5CA72;
}
.BgClassName
{
background-color: #B5CA72;
}
</style>
border-color css
<style>
span { border-color: #B5CA72; }
span { border-color: rgb(181,202,114); }
td.TdClassName
{
border-color: #B5CA72;
}
.TagClassName
{
border-color: #B5CA72;
}
</style>