Shades of Caper #B9D475
Tints of Caper #B9D475
RGB
CMYK
RGB Variations
Color information
#B9D475 (or 0xB9D475) is known color: Caper. HEX triplet: B9, D4 and 75. RGB value is (185,212,117). Sum of RGB (Red+Green+Blue) = 185+212+117=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D475 is #462B8A. Grayscale: #C1C1C1. Windows color (decimal): -4598667 or 7722169. OLE color: 7722169.
HSL color Cylindrical-coordinate representation of color #B9D475: hue angle of 77.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9D475 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 117 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.17 |
| HSL | 77.05º | 0.52% | 0.65% | - |
| HSV(B) | 77.05º | 0.45% | 0.83% | - |
| XYZ | 46.76 | 58.69 | 25.69 | - |
| YUV | 193.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 117 | 0.13 | 0 | 0.45 | 0.17 | 77.05 | 0.52 | 0.65 |
| Hex | B9 | D4 | 75 | D | 0 | 2D | 11 | 4D | 34 | 41 |
| Octal | 271 | 324 | 165 | 15 | 0 | 55 | 21 | 115 | 64 | 101 |
| Binary | 10111001 | 11010100 | 1110101 | 1101 | 0 | 101101 | 10001 | 1001101 | 110100 | 1000001 |
Color Harmonies of #B9D475
Complementary color
Monochromatic Colors of #B9D475
Black with #B9D475
Text Example
Text Example
White with #B9D475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D475; }
p { color: rgb(185,212,117); }
H1.HeaderClassName
{
color: #B9D475;
}
.AnyTagClassName
{
color: #B9D475;
}
</style>
background-color css
<style>
a { background-color: #B9D475; }
a { background-color: rgb(185,212,117); }
div.DivClassName
{
background-color: #B9D475;
}
.BgClassName
{
background-color: #B9D475;
}
</style>
border-color css
<style>
span { border-color: #B9D475; }
span { border-color: rgb(185,212,117); }
td.TdClassName
{
border-color: #B9D475;
}
.TagClassName
{
border-color: #B9D475;
}
</style>