Shades of Caper #B2C980
Tints of Caper #B2C980
RGB
CMYK
RGB Variations
Color information
#B2C980 (or 0xB2C980) is known color: Caper. HEX triplet: B2, C9 and 80. RGB value is (178,201,128). Sum of RGB (Red+Green+Blue) = 178+201+128=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C980 is #4D367F. Grayscale: #BABABA. Windows color (decimal): -5060224 or 8440242. OLE color: 8440242.
HSL color Cylindrical-coordinate representation of color #B2C980: hue angle of 78.9º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2C980 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 128 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.21 |
| HSL | 78.9º | 0.4% | 0.65% | - |
| HSV(B) | 78.9º | 0.36% | 0.79% | - |
| XYZ | 43.14 | 52.8 | 28.34 | - |
| YUV | 185.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 128 | 0.11 | 0 | 0.36 | 0.21 | 78.9 | 0.4 | 0.65 |
| Hex | B2 | C9 | 80 | B | 0 | 24 | 15 | 4F | 28 | 41 |
| Octal | 262 | 311 | 200 | 13 | 0 | 44 | 25 | 117 | 50 | 101 |
| Binary | 10110010 | 11001001 | 10000000 | 1011 | 0 | 100100 | 10101 | 1001111 | 101000 | 1000001 |
Color Harmonies of #B2C980
Complementary color
Monochromatic Colors of #B2C980
Black with #B2C980
Text Example
Text Example
White with #B2C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C980; }
p { color: rgb(178,201,128); }
H1.HeaderClassName
{
color: #B2C980;
}
.AnyTagClassName
{
color: #B2C980;
}
</style>
background-color css
<style>
a { background-color: #B2C980; }
a { background-color: rgb(178,201,128); }
div.DivClassName
{
background-color: #B2C980;
}
.BgClassName
{
background-color: #B2C980;
}
</style>
border-color css
<style>
span { border-color: #B2C980; }
span { border-color: rgb(178,201,128); }
td.TdClassName
{
border-color: #B2C980;
}
.TagClassName
{
border-color: #B2C980;
}
</style>