Shades of Primrose #D9E592
Tints of Primrose #D9E592
RGB
CMYK
RGB Variations
Color information
#D9E592 (or 0xD9E592) is known color: Primrose. HEX triplet: D9, E5 and 92. RGB value is (217,229,146). Sum of RGB (Red+Green+Blue) = 217+229+146=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E592 is #261A6D. Grayscale: #D8D8D8. Windows color (decimal): -2497134 or 9627097. OLE color: 9627097.
HSL color Cylindrical-coordinate representation of color #D9E592: hue angle of 68.67º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9E592 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 146 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.10 |
| HSL | 68.67º | 0.61% | 0.74% | - |
| HSV(B) | 68.67º | 0.36% | 0.9% | - |
| XYZ | 61.82 | 72.87 | 38 | - |
| YUV | 215.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 146 | 0.05 | 0 | 0.36 | 0.10 | 68.67 | 0.61 | 0.74 |
| Hex | D9 | E5 | 92 | 5 | 0 | 24 | A | 45 | 3D | 4A |
| Octal | 331 | 345 | 222 | 5 | 0 | 44 | 12 | 105 | 75 | 112 |
| Binary | 11011001 | 11100101 | 10010010 | 101 | 0 | 100100 | 1010 | 1000101 | 111101 | 1001010 |
Color Harmonies of #D9E592
Complementary color
Monochromatic Colors of #D9E592
Black with #D9E592
Text Example
Text Example
White with #D9E592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E592; }
p { color: rgb(217,229,146); }
H1.HeaderClassName
{
color: #D9E592;
}
.AnyTagClassName
{
color: #D9E592;
}
</style>
background-color css
<style>
a { background-color: #D9E592; }
a { background-color: rgb(217,229,146); }
div.DivClassName
{
background-color: #D9E592;
}
.BgClassName
{
background-color: #D9E592;
}
</style>
border-color css
<style>
span { border-color: #D9E592; }
span { border-color: rgb(217,229,146); }
td.TdClassName
{
border-color: #D9E592;
}
.TagClassName
{
border-color: #D9E592;
}
</style>