Shades of Caper #B2CA80
Tints of Caper #B2CA80
RGB
CMYK
RGB Variations
Color information
#B2CA80 (or 0xB2CA80) is known color: Caper. HEX triplet: B2, CA and 80. RGB value is (178,202,128). Sum of RGB (Red+Green+Blue) = 178+202+128=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA80 is #4D357F. Grayscale: #BABABA. Windows color (decimal): -5059968 or 8440498. OLE color: 8440498.
HSL color Cylindrical-coordinate representation of color #B2CA80: hue angle of 79.46º 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 #B2CA80 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 128 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.21 |
| HSL | 79.46º | 0.41% | 0.65% | - |
| HSV(B) | 79.46º | 0.37% | 0.79% | - |
| XYZ | 43.38 | 53.26 | 28.42 | - |
| YUV | 186.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 128 | 0.12 | 0 | 0.37 | 0.21 | 79.46 | 0.41 | 0.65 |
| Hex | B2 | CA | 80 | C | 0 | 25 | 15 | 4F | 29 | 41 |
| Octal | 262 | 312 | 200 | 14 | 0 | 45 | 25 | 117 | 51 | 101 |
| Binary | 10110010 | 11001010 | 10000000 | 1100 | 0 | 100101 | 10101 | 1001111 | 101001 | 1000001 |
Color Harmonies of #B2CA80
Complementary color
Monochromatic Colors of #B2CA80
Black with #B2CA80
Text Example
Text Example
White with #B2CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA80; }
p { color: rgb(178,202,128); }
H1.HeaderClassName
{
color: #B2CA80;
}
.AnyTagClassName
{
color: #B2CA80;
}
</style>
background-color css
<style>
a { background-color: #B2CA80; }
a { background-color: rgb(178,202,128); }
div.DivClassName
{
background-color: #B2CA80;
}
.BgClassName
{
background-color: #B2CA80;
}
</style>
border-color css
<style>
span { border-color: #B2CA80; }
span { border-color: rgb(178,202,128); }
td.TdClassName
{
border-color: #B2CA80;
}
.TagClassName
{
border-color: #B2CA80;
}
</style>