Shades of Caper #B2C280
Tints of Caper #B2C280
RGB
CMYK
RGB Variations
Color information
#B2C280 (or 0xB2C280) is known color: Caper. HEX triplet: B2, C2 and 80. RGB value is (178,194,128). Sum of RGB (Red+Green+Blue) = 178+194+128=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C280 is #4D3D7F. Grayscale: #B5B5B5. Windows color (decimal): -5062016 or 8438450. OLE color: 8438450.
HSL color Cylindrical-coordinate representation of color #B2C280: hue angle of 74.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2C280 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 128 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.24 |
| HSL | 74.55º | 0.35% | 0.63% | - |
| HSV(B) | 74.55º | 0.34% | 0.76% | - |
| XYZ | 41.55 | 49.61 | 27.81 | - |
| YUV | 181.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 128 | 0.08 | 0 | 0.34 | 0.24 | 74.55 | 0.35 | 0.63 |
| Hex | B2 | C2 | 80 | 8 | 0 | 22 | 18 | 4B | 23 | 3F |
| Octal | 262 | 302 | 200 | 10 | 0 | 42 | 30 | 113 | 43 | 77 |
| Binary | 10110010 | 11000010 | 10000000 | 1000 | 0 | 100010 | 11000 | 1001011 | 100011 | 111111 |
Color Harmonies of #B2C280
Complementary color
Monochromatic Colors of #B2C280
Black with #B2C280
Text Example
Text Example
White with #B2C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C280; }
p { color: rgb(178,194,128); }
H1.HeaderClassName
{
color: #B2C280;
}
.AnyTagClassName
{
color: #B2C280;
}
</style>
background-color css
<style>
a { background-color: #B2C280; }
a { background-color: rgb(178,194,128); }
div.DivClassName
{
background-color: #B2C280;
}
.BgClassName
{
background-color: #B2C280;
}
</style>
border-color css
<style>
span { border-color: #B2C280; }
span { border-color: rgb(178,194,128); }
td.TdClassName
{
border-color: #B2C280;
}
.TagClassName
{
border-color: #B2C280;
}
</style>