Shades of Caper #B2C08A
Tints of Caper #B2C08A
RGB
CMYK
RGB Variations
Color information
#B2C08A (or 0xB2C08A) is known color: Caper. HEX triplet: B2, C0 and 8A. RGB value is (178,192,138). Sum of RGB (Red+Green+Blue) = 178+192+138=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C08A is #4D3F75. Grayscale: #B5B5B5. Windows color (decimal): -5062518 or 9093298. OLE color: 9093298.
HSL color Cylindrical-coordinate representation of color #B2C08A: hue angle of 75.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C08A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 138 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.25 |
| HSL | 75.56º | 0.3% | 0.65% | - |
| HSV(B) | 75.56º | 0.28% | 0.75% | - |
| XYZ | 41.8 | 49 | 31.3 | - |
| YUV | 181.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 138 | 0.07 | 0 | 0.28 | 0.25 | 75.56 | 0.3 | 0.65 |
| Hex | B2 | C0 | 8A | 7 | 0 | 1C | 19 | 4C | 1E | 41 |
| Octal | 262 | 300 | 212 | 7 | 0 | 34 | 31 | 114 | 36 | 101 |
| Binary | 10110010 | 11000000 | 10001010 | 111 | 0 | 11100 | 11001 | 1001100 | 11110 | 1000001 |
Color Harmonies of #B2C08A
Complementary color
Monochromatic Colors of #B2C08A
Black with #B2C08A
Text Example
Text Example
White with #B2C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C08A; }
p { color: rgb(178,192,138); }
H1.HeaderClassName
{
color: #B2C08A;
}
.AnyTagClassName
{
color: #B2C08A;
}
</style>
background-color css
<style>
a { background-color: #B2C08A; }
a { background-color: rgb(178,192,138); }
div.DivClassName
{
background-color: #B2C08A;
}
.BgClassName
{
background-color: #B2C08A;
}
</style>
border-color css
<style>
span { border-color: #B2C08A; }
span { border-color: rgb(178,192,138); }
td.TdClassName
{
border-color: #B2C08A;
}
.TagClassName
{
border-color: #B2C08A;
}
</style>