Shades of Caper #B2C082
Tints of Caper #B2C082
RGB
CMYK
RGB Variations
Color information
#B2C082 (or 0xB2C082) is known color: Caper. HEX triplet: B2, C0 and 82. RGB value is (178,192,130). Sum of RGB (Red+Green+Blue) = 178+192+130=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C082 is #4D3F7D. Grayscale: #B4B4B4. Windows color (decimal): -5062526 or 8569010. OLE color: 8569010.
HSL color Cylindrical-coordinate representation of color #B2C082: hue angle of 73.55º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2C082 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 130 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.25 |
| HSL | 73.55º | 0.33% | 0.63% | - |
| HSV(B) | 73.55º | 0.32% | 0.75% | - |
| XYZ | 41.24 | 48.78 | 28.36 | - |
| YUV | 180.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 130 | 0.07 | 0 | 0.32 | 0.25 | 73.55 | 0.33 | 0.63 |
| Hex | B2 | C0 | 82 | 7 | 0 | 20 | 19 | 4A | 21 | 3F |
| Octal | 262 | 300 | 202 | 7 | 0 | 40 | 31 | 112 | 41 | 77 |
| Binary | 10110010 | 11000000 | 10000010 | 111 | 0 | 100000 | 11001 | 1001010 | 100001 | 111111 |
Color Harmonies of #B2C082
Complementary color
Monochromatic Colors of #B2C082
Black with #B2C082
Text Example
Text Example
White with #B2C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C082; }
p { color: rgb(178,192,130); }
H1.HeaderClassName
{
color: #B2C082;
}
.AnyTagClassName
{
color: #B2C082;
}
</style>
background-color css
<style>
a { background-color: #B2C082; }
a { background-color: rgb(178,192,130); }
div.DivClassName
{
background-color: #B2C082;
}
.BgClassName
{
background-color: #B2C082;
}
</style>
border-color css
<style>
span { border-color: #B2C082; }
span { border-color: rgb(178,192,130); }
td.TdClassName
{
border-color: #B2C082;
}
.TagClassName
{
border-color: #B2C082;
}
</style>