Shades of Caper #B9D07F
Tints of Caper #B9D07F
RGB
CMYK
RGB Variations
Color information
#B9D07F (or 0xB9D07F) is known color: Caper. HEX triplet: B9, D0 and 7F. RGB value is (185,208,127). Sum of RGB (Red+Green+Blue) = 185+208+127=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D07F is #462F80. Grayscale: #C0C0C0. Windows color (decimal): -4599681 or 8376505. OLE color: 8376505.
HSL color Cylindrical-coordinate representation of color #B9D07F: hue angle of 77.04º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9D07F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 127 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.18 |
| HSL | 77.04º | 0.46% | 0.66% | - |
| HSV(B) | 77.04º | 0.39% | 0.82% | - |
| XYZ | 46.39 | 56.96 | 28.63 | - |
| YUV | 191.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 127 | 0.11 | 0 | 0.39 | 0.18 | 77.04 | 0.46 | 0.66 |
| Hex | B9 | D0 | 7F | B | 0 | 27 | 12 | 4D | 2E | 42 |
| Octal | 271 | 320 | 177 | 13 | 0 | 47 | 22 | 115 | 56 | 102 |
| Binary | 10111001 | 11010000 | 1111111 | 1011 | 0 | 100111 | 10010 | 1001101 | 101110 | 1000010 |
Color Harmonies of #B9D07F
Complementary color
Monochromatic Colors of #B9D07F
Black with #B9D07F
Text Example
Text Example
White with #B9D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D07F; }
p { color: rgb(185,208,127); }
H1.HeaderClassName
{
color: #B9D07F;
}
.AnyTagClassName
{
color: #B9D07F;
}
</style>
background-color css
<style>
a { background-color: #B9D07F; }
a { background-color: rgb(185,208,127); }
div.DivClassName
{
background-color: #B9D07F;
}
.BgClassName
{
background-color: #B9D07F;
}
</style>
border-color css
<style>
span { border-color: #B9D07F; }
span { border-color: rgb(185,208,127); }
td.TdClassName
{
border-color: #B9D07F;
}
.TagClassName
{
border-color: #B9D07F;
}
</style>