Shades of Caper #B9D27D
Tints of Caper #B9D27D
RGB
CMYK
RGB Variations
Color information
#B9D27D (or 0xB9D27D) is known color: Caper. HEX triplet: B9, D2 and 7D. RGB value is (185,210,125). Sum of RGB (Red+Green+Blue) = 185+210+125=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D27D is #462D82. Grayscale: #C1C1C1. Windows color (decimal): -4599171 or 8245945. OLE color: 8245945.
HSL color Cylindrical-coordinate representation of color #B9D27D: hue angle of 77.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9D27D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 125 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.18 |
| HSL | 77.65º | 0.49% | 0.66% | - |
| HSV(B) | 77.65º | 0.4% | 0.82% | - |
| XYZ | 46.76 | 57.89 | 28.11 | - |
| YUV | 192.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 125 | 0.12 | 0 | 0.40 | 0.18 | 77.65 | 0.49 | 0.66 |
| Hex | B9 | D2 | 7D | C | 0 | 28 | 12 | 4E | 31 | 42 |
| Octal | 271 | 322 | 175 | 14 | 0 | 50 | 22 | 116 | 61 | 102 |
| Binary | 10111001 | 11010010 | 1111101 | 1100 | 0 | 101000 | 10010 | 1001110 | 110001 | 1000010 |
Color Harmonies of #B9D27D
Complementary color
Monochromatic Colors of #B9D27D
Black with #B9D27D
Text Example
Text Example
White with #B9D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D27D; }
p { color: rgb(185,210,125); }
H1.HeaderClassName
{
color: #B9D27D;
}
.AnyTagClassName
{
color: #B9D27D;
}
</style>
background-color css
<style>
a { background-color: #B9D27D; }
a { background-color: rgb(185,210,125); }
div.DivClassName
{
background-color: #B9D27D;
}
.BgClassName
{
background-color: #B9D27D;
}
</style>
border-color css
<style>
span { border-color: #B9D27D; }
span { border-color: rgb(185,210,125); }
td.TdClassName
{
border-color: #B9D27D;
}
.TagClassName
{
border-color: #B9D27D;
}
</style>