Shades of Caper #B9D288
Tints of Caper #B9D288
RGB
CMYK
RGB Variations
Color information
#B9D288 (or 0xB9D288) is known color: Caper. HEX triplet: B9, D2 and 88. RGB value is (185,210,136). Sum of RGB (Red+Green+Blue) = 185+210+136=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D288 is #462D77. Grayscale: #C2C2C2. Windows color (decimal): -4599160 or 8966841. OLE color: 8966841.
HSL color Cylindrical-coordinate representation of color #B9D288: hue angle of 80.27º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9D288 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 136 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.18 |
| HSL | 80.27º | 0.45% | 0.68% | - |
| HSV(B) | 80.27º | 0.35% | 0.82% | - |
| XYZ | 47.5 | 58.19 | 32.02 | - |
| YUV | 194.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 136 | 0.12 | 0 | 0.35 | 0.18 | 80.27 | 0.45 | 0.68 |
| Hex | B9 | D2 | 88 | C | 0 | 23 | 12 | 50 | 2D | 44 |
| Octal | 271 | 322 | 210 | 14 | 0 | 43 | 22 | 120 | 55 | 104 |
| Binary | 10111001 | 11010010 | 10001000 | 1100 | 0 | 100011 | 10010 | 1010000 | 101101 | 1000100 |
Color Harmonies of #B9D288
Complementary color
Monochromatic Colors of #B9D288
Black with #B9D288
Text Example
Text Example
White with #B9D288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D288; }
p { color: rgb(185,210,136); }
H1.HeaderClassName
{
color: #B9D288;
}
.AnyTagClassName
{
color: #B9D288;
}
</style>
background-color css
<style>
a { background-color: #B9D288; }
a { background-color: rgb(185,210,136); }
div.DivClassName
{
background-color: #B9D288;
}
.BgClassName
{
background-color: #B9D288;
}
</style>
border-color css
<style>
span { border-color: #B9D288; }
span { border-color: rgb(185,210,136); }
td.TdClassName
{
border-color: #B9D288;
}
.TagClassName
{
border-color: #B9D288;
}
</style>