Shades of Caper #B2CB80
Tints of Caper #B2CB80
RGB
CMYK
RGB Variations
Color information
#B2CB80 (or 0xB2CB80) is known color: Caper. HEX triplet: B2, CB and 80. RGB value is (178,203,128). Sum of RGB (Red+Green+Blue) = 178+203+128=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB80 is #4D347F. Grayscale: #BBBBBB. Windows color (decimal): -5059712 or 8440754. OLE color: 8440754.
HSL color Cylindrical-coordinate representation of color #B2CB80: hue angle of 80º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2CB80 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 128 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.20 |
| HSL | 80º | 0.42% | 0.65% | - |
| HSV(B) | 80º | 0.37% | 0.8% | - |
| XYZ | 43.61 | 53.74 | 28.5 | - |
| YUV | 186.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 128 | 0.12 | 0 | 0.37 | 0.20 | 80 | 0.42 | 0.65 |
| Hex | B2 | CB | 80 | C | 0 | 25 | 14 | 50 | 2A | 41 |
| Octal | 262 | 313 | 200 | 14 | 0 | 45 | 24 | 120 | 52 | 101 |
| Binary | 10110010 | 11001011 | 10000000 | 1100 | 0 | 100101 | 10100 | 1010000 | 101010 | 1000001 |
Color Harmonies of #B2CB80
Complementary color
Monochromatic Colors of #B2CB80
Black with #B2CB80
Text Example
Text Example
White with #B2CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB80; }
p { color: rgb(178,203,128); }
H1.HeaderClassName
{
color: #B2CB80;
}
.AnyTagClassName
{
color: #B2CB80;
}
</style>
background-color css
<style>
a { background-color: #B2CB80; }
a { background-color: rgb(178,203,128); }
div.DivClassName
{
background-color: #B2CB80;
}
.BgClassName
{
background-color: #B2CB80;
}
</style>
border-color css
<style>
span { border-color: #B2CB80; }
span { border-color: rgb(178,203,128); }
td.TdClassName
{
border-color: #B2CB80;
}
.TagClassName
{
border-color: #B2CB80;
}
</style>