Shades of Caper #B9CE79
Tints of Caper #B9CE79
RGB
CMYK
RGB Variations
Color information
#B9CE79 (or 0xB9CE79) is known color: Caper. HEX triplet: B9, CE and 79. RGB value is (185,206,121). Sum of RGB (Red+Green+Blue) = 185+206+121=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE79 is #463186. Grayscale: #BEBEBE. Windows color (decimal): -4600199 or 7982777. OLE color: 7982777.
HSL color Cylindrical-coordinate representation of color #B9CE79: hue angle of 74.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9CE79 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 121 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.19 |
| HSL | 74.82º | 0.46% | 0.64% | - |
| HSV(B) | 74.82º | 0.41% | 0.81% | - |
| XYZ | 45.53 | 55.84 | 26.47 | - |
| YUV | 190.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 121 | 0.10 | 0 | 0.41 | 0.19 | 74.82 | 0.46 | 0.64 |
| Hex | B9 | CE | 79 | A | 0 | 29 | 13 | 4B | 2E | 40 |
| Octal | 271 | 316 | 171 | 12 | 0 | 51 | 23 | 113 | 56 | 100 |
| Binary | 10111001 | 11001110 | 1111001 | 1010 | 0 | 101001 | 10011 | 1001011 | 101110 | 1000000 |
Color Harmonies of #B9CE79
Complementary color
Monochromatic Colors of #B9CE79
Black with #B9CE79
Text Example
Text Example
White with #B9CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE79; }
p { color: rgb(185,206,121); }
H1.HeaderClassName
{
color: #B9CE79;
}
.AnyTagClassName
{
color: #B9CE79;
}
</style>
background-color css
<style>
a { background-color: #B9CE79; }
a { background-color: rgb(185,206,121); }
div.DivClassName
{
background-color: #B9CE79;
}
.BgClassName
{
background-color: #B9CE79;
}
</style>
border-color css
<style>
span { border-color: #B9CE79; }
span { border-color: rgb(185,206,121); }
td.TdClassName
{
border-color: #B9CE79;
}
.TagClassName
{
border-color: #B9CE79;
}
</style>