Shades of Caper #B2C98D
Tints of Caper #B2C98D
RGB
CMYK
RGB Variations
Color information
#B2C98D (or 0xB2C98D) is known color: Caper. HEX triplet: B2, C9 and 8D. RGB value is (178,201,141). Sum of RGB (Red+Green+Blue) = 178+201+141=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C98D is #4D3672. Grayscale: #BBBBBB. Windows color (decimal): -5060211 or 9292210. OLE color: 9292210.
HSL color Cylindrical-coordinate representation of color #B2C98D: hue angle of 83º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C98D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 141 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.21 |
| HSL | 83º | 0.36% | 0.67% | - |
| HSV(B) | 83º | 0.3% | 0.79% | - |
| XYZ | 44.05 | 53.16 | 33.14 | - |
| YUV | 187.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 141 | 0.11 | 0 | 0.30 | 0.21 | 83 | 0.36 | 0.67 |
| Hex | B2 | C9 | 8D | B | 0 | 1E | 15 | 53 | 24 | 43 |
| Octal | 262 | 311 | 215 | 13 | 0 | 36 | 25 | 123 | 44 | 103 |
| Binary | 10110010 | 11001001 | 10001101 | 1011 | 0 | 11110 | 10101 | 1010011 | 100100 | 1000011 |
Color Harmonies of #B2C98D
Complementary color
Monochromatic Colors of #B2C98D
Black with #B2C98D
Text Example
Text Example
White with #B2C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C98D; }
p { color: rgb(178,201,141); }
H1.HeaderClassName
{
color: #B2C98D;
}
.AnyTagClassName
{
color: #B2C98D;
}
</style>
background-color css
<style>
a { background-color: #B2C98D; }
a { background-color: rgb(178,201,141); }
div.DivClassName
{
background-color: #B2C98D;
}
.BgClassName
{
background-color: #B2C98D;
}
</style>
border-color css
<style>
span { border-color: #B2C98D; }
span { border-color: rgb(178,201,141); }
td.TdClassName
{
border-color: #B2C98D;
}
.TagClassName
{
border-color: #B2C98D;
}
</style>