Shades of Caper #B5CA88
Tints of Caper #B5CA88
RGB
CMYK
RGB Variations
Color information
#B5CA88 (or 0xB5CA88) is known color: Caper. HEX triplet: B5, CA and 88. RGB value is (181,202,136). Sum of RGB (Red+Green+Blue) = 181+202+136=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA88 is #4A3577. Grayscale: #BCBCBC. Windows color (decimal): -4863352 or 8964789. OLE color: 8964789.
HSL color Cylindrical-coordinate representation of color #B5CA88: hue angle of 79.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5CA88 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 136 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.21 |
| HSL | 79.09º | 0.38% | 0.66% | - |
| HSV(B) | 79.09º | 0.33% | 0.79% | - |
| XYZ | 44.62 | 53.84 | 31.33 | - |
| YUV | 188.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 136 | 0.10 | 0 | 0.33 | 0.21 | 79.09 | 0.38 | 0.66 |
| Hex | B5 | CA | 88 | A | 0 | 21 | 15 | 4F | 26 | 42 |
| Octal | 265 | 312 | 210 | 12 | 0 | 41 | 25 | 117 | 46 | 102 |
| Binary | 10110101 | 11001010 | 10001000 | 1010 | 0 | 100001 | 10101 | 1001111 | 100110 | 1000010 |
Color Harmonies of #B5CA88
Complementary color
Monochromatic Colors of #B5CA88
Black with #B5CA88
Text Example
Text Example
White with #B5CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA88; }
p { color: rgb(181,202,136); }
H1.HeaderClassName
{
color: #B5CA88;
}
.AnyTagClassName
{
color: #B5CA88;
}
</style>
background-color css
<style>
a { background-color: #B5CA88; }
a { background-color: rgb(181,202,136); }
div.DivClassName
{
background-color: #B5CA88;
}
.BgClassName
{
background-color: #B5CA88;
}
</style>
border-color css
<style>
span { border-color: #B5CA88; }
span { border-color: rgb(181,202,136); }
td.TdClassName
{
border-color: #B5CA88;
}
.TagClassName
{
border-color: #B5CA88;
}
</style>