Shades of Primrose #D9E98B
Tints of Primrose #D9E98B
RGB
CMYK
RGB Variations
Color information
#D9E98B (or 0xD9E98B) is known color: Primrose. HEX triplet: D9, E9 and 8B. RGB value is (217,233,139). Sum of RGB (Red+Green+Blue) = 217+233+139=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E98B is #261674. Grayscale: #D9D9D9. Windows color (decimal): -2496117 or 9169369. OLE color: 9169369.
HSL color Cylindrical-coordinate representation of color #D9E98B: hue angle of 70.21º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9E98B is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 139 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.09 |
| HSL | 70.21º | 0.68% | 0.73% | - |
| HSV(B) | 70.21º | 0.4% | 0.91% | - |
| XYZ | 62.41 | 74.89 | 35.59 | - |
| YUV | 217.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 139 | 0.07 | 0 | 0.40 | 0.09 | 70.21 | 0.68 | 0.73 |
| Hex | D9 | E9 | 8B | 7 | 0 | 28 | 9 | 46 | 44 | 49 |
| Octal | 331 | 351 | 213 | 7 | 0 | 50 | 11 | 106 | 104 | 111 |
| Binary | 11011001 | 11101001 | 10001011 | 111 | 0 | 101000 | 1001 | 1000110 | 1000100 | 1001001 |
Color Harmonies of #D9E98B
Complementary color
Monochromatic Colors of #D9E98B
Black with #D9E98B
Text Example
Text Example
White with #D9E98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E98B; }
p { color: rgb(217,233,139); }
H1.HeaderClassName
{
color: #D9E98B;
}
.AnyTagClassName
{
color: #D9E98B;
}
</style>
background-color css
<style>
a { background-color: #D9E98B; }
a { background-color: rgb(217,233,139); }
div.DivClassName
{
background-color: #D9E98B;
}
.BgClassName
{
background-color: #D9E98B;
}
</style>
border-color css
<style>
span { border-color: #D9E98B; }
span { border-color: rgb(217,233,139); }
td.TdClassName
{
border-color: #D9E98B;
}
.TagClassName
{
border-color: #D9E98B;
}
</style>