Shades of Caper #B6CA80
Tints of Caper #B6CA80
RGB
CMYK
RGB Variations
Color information
#B6CA80 (or 0xB6CA80) is known color: Caper. HEX triplet: B6, CA and 80. RGB value is (182,202,128). Sum of RGB (Red+Green+Blue) = 182+202+128=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA80 is #49357F. Grayscale: #BBBBBB. Windows color (decimal): -4797824 or 8440502. OLE color: 8440502.
HSL color Cylindrical-coordinate representation of color #B6CA80: hue angle of 76.22º 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 #B6CA80 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 202 | 128 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.21 |
| HSL | 76.22º | 0.41% | 0.65% | - |
| HSV(B) | 76.22º | 0.37% | 0.79% | - |
| XYZ | 44.31 | 53.74 | 28.46 | - |
| YUV | 187.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 202 | 128 | 0.10 | 0 | 0.37 | 0.21 | 76.22 | 0.41 | 0.65 |
| Hex | B6 | CA | 80 | A | 0 | 25 | 15 | 4C | 29 | 41 |
| Octal | 266 | 312 | 200 | 12 | 0 | 45 | 25 | 114 | 51 | 101 |
| Binary | 10110110 | 11001010 | 10000000 | 1010 | 0 | 100101 | 10101 | 1001100 | 101001 | 1000001 |
Color Harmonies of #B6CA80
Complementary color
Monochromatic Colors of #B6CA80
Black with #B6CA80
Text Example
Text Example
White with #B6CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CA80; }
p { color: rgb(182,202,128); }
H1.HeaderClassName
{
color: #B6CA80;
}
.AnyTagClassName
{
color: #B6CA80;
}
</style>
background-color css
<style>
a { background-color: #B6CA80; }
a { background-color: rgb(182,202,128); }
div.DivClassName
{
background-color: #B6CA80;
}
.BgClassName
{
background-color: #B6CA80;
}
</style>
border-color css
<style>
span { border-color: #B6CA80; }
span { border-color: rgb(182,202,128); }
td.TdClassName
{
border-color: #B6CA80;
}
.TagClassName
{
border-color: #B6CA80;
}
</style>