Shades of Caper #B5CA80
Tints of Caper #B5CA80
RGB
CMYK
RGB Variations
Color information
#B5CA80 (or 0xB5CA80) is known color: Caper. HEX triplet: B5, CA and 80. RGB value is (181,202,128). Sum of RGB (Red+Green+Blue) = 181+202+128=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA80 is #4A357F. Grayscale: #BBBBBB. Windows color (decimal): -4863360 or 8440501. OLE color: 8440501.
HSL color Cylindrical-coordinate representation of color #B5CA80: hue angle of 77.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5CA80 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 128 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.21 |
| HSL | 77.03º | 0.41% | 0.65% | - |
| HSV(B) | 77.03º | 0.37% | 0.79% | - |
| XYZ | 44.07 | 53.62 | 28.45 | - |
| YUV | 187.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 128 | 0.10 | 0 | 0.37 | 0.21 | 77.03 | 0.41 | 0.65 |
| Hex | B5 | CA | 80 | A | 0 | 25 | 15 | 4D | 29 | 41 |
| Octal | 265 | 312 | 200 | 12 | 0 | 45 | 25 | 115 | 51 | 101 |
| Binary | 10110101 | 11001010 | 10000000 | 1010 | 0 | 100101 | 10101 | 1001101 | 101001 | 1000001 |
Color Harmonies of #B5CA80
Complementary color
Monochromatic Colors of #B5CA80
Black with #B5CA80
Text Example
Text Example
White with #B5CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA80; }
p { color: rgb(181,202,128); }
H1.HeaderClassName
{
color: #B5CA80;
}
.AnyTagClassName
{
color: #B5CA80;
}
</style>
background-color css
<style>
a { background-color: #B5CA80; }
a { background-color: rgb(181,202,128); }
div.DivClassName
{
background-color: #B5CA80;
}
.BgClassName
{
background-color: #B5CA80;
}
</style>
border-color css
<style>
span { border-color: #B5CA80; }
span { border-color: rgb(181,202,128); }
td.TdClassName
{
border-color: #B5CA80;
}
.TagClassName
{
border-color: #B5CA80;
}
</style>