Shades of Primrose #D7E096
Tints of Primrose #D7E096
RGB
CMYK
RGB Variations
Color information
#D7E096 (or 0xD7E096) is known color: Primrose. HEX triplet: D7, E0 and 96. RGB value is (215,224,150). Sum of RGB (Red+Green+Blue) = 215+224+150=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E096 is #281F69. Grayscale: #D5D5D5. Windows color (decimal): -2629482 or 9887959. OLE color: 9887959.
HSL color Cylindrical-coordinate representation of color #D7E096: hue angle of 67.3º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7E096 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 150 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.12 |
| HSL | 67.3º | 0.54% | 0.73% | - |
| HSV(B) | 67.3º | 0.33% | 0.88% | - |
| XYZ | 60.19 | 69.96 | 39.19 | - |
| YUV | 212.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 150 | 0.04 | 0 | 0.33 | 0.12 | 67.3 | 0.54 | 0.73 |
| Hex | D7 | E0 | 96 | 4 | 0 | 21 | C | 43 | 36 | 49 |
| Octal | 327 | 340 | 226 | 4 | 0 | 41 | 14 | 103 | 66 | 111 |
| Binary | 11010111 | 11100000 | 10010110 | 100 | 0 | 100001 | 1100 | 1000011 | 110110 | 1001001 |
Color Harmonies of #D7E096
Complementary color
Monochromatic Colors of #D7E096
Black with #D7E096
Text Example
Text Example
White with #D7E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E096; }
p { color: rgb(215,224,150); }
H1.HeaderClassName
{
color: #D7E096;
}
.AnyTagClassName
{
color: #D7E096;
}
</style>
background-color css
<style>
a { background-color: #D7E096; }
a { background-color: rgb(215,224,150); }
div.DivClassName
{
background-color: #D7E096;
}
.BgClassName
{
background-color: #D7E096;
}
</style>
border-color css
<style>
span { border-color: #D7E096; }
span { border-color: rgb(215,224,150); }
td.TdClassName
{
border-color: #D7E096;
}
.TagClassName
{
border-color: #D7E096;
}
</style>