Shades of Primrose #D9E98A
Tints of Primrose #D9E98A
RGB
CMYK
RGB Variations
Color information
#D9E98A (or 0xD9E98A) is known color: Primrose. HEX triplet: D9, E9 and 8A. RGB value is (217,233,138). Sum of RGB (Red+Green+Blue) = 217+233+138=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E98A is #261675. Grayscale: #D9D9D9. Windows color (decimal): -2496118 or 9103833. OLE color: 9103833.
HSL color Cylindrical-coordinate representation of color #D9E98A: hue angle of 70.11º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9E98A is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 138 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.09 |
| HSL | 70.11º | 0.68% | 0.73% | - |
| HSV(B) | 70.11º | 0.41% | 0.91% | - |
| XYZ | 62.34 | 74.86 | 35.21 | - |
| YUV | 217.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 138 | 0.07 | 0 | 0.41 | 0.09 | 70.11 | 0.68 | 0.73 |
| Hex | D9 | E9 | 8A | 7 | 0 | 29 | 9 | 46 | 44 | 49 |
| Octal | 331 | 351 | 212 | 7 | 0 | 51 | 11 | 106 | 104 | 111 |
| Binary | 11011001 | 11101001 | 10001010 | 111 | 0 | 101001 | 1001 | 1000110 | 1000100 | 1001001 |
Color Harmonies of #D9E98A
Complementary color
Monochromatic Colors of #D9E98A
Black with #D9E98A
Text Example
Text Example
White with #D9E98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E98A; }
p { color: rgb(217,233,138); }
H1.HeaderClassName
{
color: #D9E98A;
}
.AnyTagClassName
{
color: #D9E98A;
}
</style>
background-color css
<style>
a { background-color: #D9E98A; }
a { background-color: rgb(217,233,138); }
div.DivClassName
{
background-color: #D9E98A;
}
.BgClassName
{
background-color: #D9E98A;
}
</style>
border-color css
<style>
span { border-color: #D9E98A; }
span { border-color: rgb(217,233,138); }
td.TdClassName
{
border-color: #D9E98A;
}
.TagClassName
{
border-color: #D9E98A;
}
</style>