Shades of Caper #B2C282
Tints of Caper #B2C282
RGB
CMYK
RGB Variations
Color information
#B2C282 (or 0xB2C282) is known color: Caper. HEX triplet: B2, C2 and 82. RGB value is (178,194,130). Sum of RGB (Red+Green+Blue) = 178+194+130=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C282 is #4D3D7D. Grayscale: #B6B6B6. Windows color (decimal): -5062014 or 8569522. OLE color: 8569522.
HSL color Cylindrical-coordinate representation of color #B2C282: hue angle of 75º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2C282 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 130 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.24 |
| HSL | 75º | 0.34% | 0.64% | - |
| HSV(B) | 75º | 0.33% | 0.76% | - |
| XYZ | 41.68 | 49.66 | 28.51 | - |
| YUV | 181.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 130 | 0.08 | 0 | 0.33 | 0.24 | 75 | 0.34 | 0.64 |
| Hex | B2 | C2 | 82 | 8 | 0 | 21 | 18 | 4B | 22 | 40 |
| Octal | 262 | 302 | 202 | 10 | 0 | 41 | 30 | 113 | 42 | 100 |
| Binary | 10110010 | 11000010 | 10000010 | 1000 | 0 | 100001 | 11000 | 1001011 | 100010 | 1000000 |
Color Harmonies of #B2C282
Complementary color
Monochromatic Colors of #B2C282
Black with #B2C282
Text Example
Text Example
White with #B2C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C282; }
p { color: rgb(178,194,130); }
H1.HeaderClassName
{
color: #B2C282;
}
.AnyTagClassName
{
color: #B2C282;
}
</style>
background-color css
<style>
a { background-color: #B2C282; }
a { background-color: rgb(178,194,130); }
div.DivClassName
{
background-color: #B2C282;
}
.BgClassName
{
background-color: #B2C282;
}
</style>
border-color css
<style>
span { border-color: #B2C282; }
span { border-color: rgb(178,194,130); }
td.TdClassName
{
border-color: #B2C282;
}
.TagClassName
{
border-color: #B2C282;
}
</style>