Shades of Caper #B2C08E
Tints of Caper #B2C08E
RGB
CMYK
RGB Variations
Color information
#B2C08E (or 0xB2C08E) is known color: Caper. HEX triplet: B2, C0 and 8E. RGB value is (178,192,142). Sum of RGB (Red+Green+Blue) = 178+192+142=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C08E is #4D3F71. Grayscale: #B6B6B6. Windows color (decimal): -5062514 or 9355442. OLE color: 9355442.
HSL color Cylindrical-coordinate representation of color #B2C08E: hue angle of 76.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2C08E is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 142 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.25 |
| HSL | 76.8º | 0.28% | 0.65% | - |
| HSV(B) | 76.8º | 0.26% | 0.75% | - |
| XYZ | 42.09 | 49.12 | 32.85 | - |
| YUV | 182.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 142 | 0.07 | 0 | 0.26 | 0.25 | 76.8 | 0.28 | 0.65 |
| Hex | B2 | C0 | 8E | 7 | 0 | 1A | 19 | 4D | 1C | 41 |
| Octal | 262 | 300 | 216 | 7 | 0 | 32 | 31 | 115 | 34 | 101 |
| Binary | 10110010 | 11000000 | 10001110 | 111 | 0 | 11010 | 11001 | 1001101 | 11100 | 1000001 |
Color Harmonies of #B2C08E
Complementary color
Monochromatic Colors of #B2C08E
Black with #B2C08E
Text Example
Text Example
White with #B2C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C08E; }
p { color: rgb(178,192,142); }
H1.HeaderClassName
{
color: #B2C08E;
}
.AnyTagClassName
{
color: #B2C08E;
}
</style>
background-color css
<style>
a { background-color: #B2C08E; }
a { background-color: rgb(178,192,142); }
div.DivClassName
{
background-color: #B2C08E;
}
.BgClassName
{
background-color: #B2C08E;
}
</style>
border-color css
<style>
span { border-color: #B2C08E; }
span { border-color: rgb(178,192,142); }
td.TdClassName
{
border-color: #B2C08E;
}
.TagClassName
{
border-color: #B2C08E;
}
</style>