Shades of Caper #B9CE7C
Tints of Caper #B9CE7C
RGB
CMYK
RGB Variations
Color information
#B9CE7C (or 0xB9CE7C) is known color: Caper. HEX triplet: B9, CE and 7C. RGB value is (185,206,124). Sum of RGB (Red+Green+Blue) = 185+206+124=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE7C is #463183. Grayscale: #BEBEBE. Windows color (decimal): -4600196 or 8179385. OLE color: 8179385.
HSL color Cylindrical-coordinate representation of color #B9CE7C: hue angle of 75.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9CE7C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 124 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.19 |
| HSL | 75.37º | 0.46% | 0.65% | - |
| HSV(B) | 75.37º | 0.4% | 0.81% | - |
| XYZ | 45.72 | 55.91 | 27.45 | - |
| YUV | 190.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 124 | 0.10 | 0 | 0.40 | 0.19 | 75.37 | 0.46 | 0.65 |
| Hex | B9 | CE | 7C | A | 0 | 28 | 13 | 4B | 2E | 41 |
| Octal | 271 | 316 | 174 | 12 | 0 | 50 | 23 | 113 | 56 | 101 |
| Binary | 10111001 | 11001110 | 1111100 | 1010 | 0 | 101000 | 10011 | 1001011 | 101110 | 1000001 |
Color Harmonies of #B9CE7C
Complementary color
Monochromatic Colors of #B9CE7C
Black with #B9CE7C
Text Example
Text Example
White with #B9CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE7C; }
p { color: rgb(185,206,124); }
H1.HeaderClassName
{
color: #B9CE7C;
}
.AnyTagClassName
{
color: #B9CE7C;
}
</style>
background-color css
<style>
a { background-color: #B9CE7C; }
a { background-color: rgb(185,206,124); }
div.DivClassName
{
background-color: #B9CE7C;
}
.BgClassName
{
background-color: #B9CE7C;
}
</style>
border-color css
<style>
span { border-color: #B9CE7C; }
span { border-color: rgb(185,206,124); }
td.TdClassName
{
border-color: #B9CE7C;
}
.TagClassName
{
border-color: #B9CE7C;
}
</style>