Shades of Caper #B7CA80
Tints of Caper #B7CA80
RGB
CMYK
RGB Variations
Color information
#B7CA80 (or 0xB7CA80) is known color: Caper. HEX triplet: B7, CA and 80. RGB value is (183,202,128). Sum of RGB (Red+Green+Blue) = 183+202+128=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA80 is #48357F. Grayscale: #BCBCBC. Windows color (decimal): -4732288 or 8440503. OLE color: 8440503.
HSL color Cylindrical-coordinate representation of color #B7CA80: hue angle of 75.41º 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 #B7CA80 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 128 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.21 |
| HSL | 75.41º | 0.41% | 0.65% | - |
| HSV(B) | 75.41º | 0.37% | 0.79% | - |
| XYZ | 44.55 | 53.87 | 28.47 | - |
| YUV | 187.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 128 | 0.09 | 0 | 0.37 | 0.21 | 75.41 | 0.41 | 0.65 |
| Hex | B7 | CA | 80 | 9 | 0 | 25 | 15 | 4B | 29 | 41 |
| Octal | 267 | 312 | 200 | 11 | 0 | 45 | 25 | 113 | 51 | 101 |
| Binary | 10110111 | 11001010 | 10000000 | 1001 | 0 | 100101 | 10101 | 1001011 | 101001 | 1000001 |
Color Harmonies of #B7CA80
Complementary color
Monochromatic Colors of #B7CA80
Black with #B7CA80
Text Example
Text Example
White with #B7CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA80; }
p { color: rgb(183,202,128); }
H1.HeaderClassName
{
color: #B7CA80;
}
.AnyTagClassName
{
color: #B7CA80;
}
</style>
background-color css
<style>
a { background-color: #B7CA80; }
a { background-color: rgb(183,202,128); }
div.DivClassName
{
background-color: #B7CA80;
}
.BgClassName
{
background-color: #B7CA80;
}
</style>
border-color css
<style>
span { border-color: #B7CA80; }
span { border-color: rgb(183,202,128); }
td.TdClassName
{
border-color: #B7CA80;
}
.TagClassName
{
border-color: #B7CA80;
}
</style>