Shades of Primrose #D4E092
Tints of Primrose #D4E092
RGB
CMYK
RGB Variations
Color information
#D4E092 (or 0xD4E092) is known color: Primrose. HEX triplet: D4, E0 and 92. RGB value is (212,224,146). Sum of RGB (Red+Green+Blue) = 212+224+146=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E092 is #2B1F6D. Grayscale: #D3D3D3. Windows color (decimal): -2826094 or 9625812. OLE color: 9625812.
HSL color Cylindrical-coordinate representation of color #D4E092: hue angle of 69.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4E092 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 146 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.12 |
| HSL | 69.23º | 0.56% | 0.73% | - |
| HSV(B) | 69.23º | 0.35% | 0.88% | - |
| XYZ | 59 | 69.38 | 37.48 | - |
| YUV | 211.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 146 | 0.05 | 0 | 0.35 | 0.12 | 69.23 | 0.56 | 0.73 |
| Hex | D4 | E0 | 92 | 5 | 0 | 23 | C | 45 | 38 | 49 |
| Octal | 324 | 340 | 222 | 5 | 0 | 43 | 14 | 105 | 70 | 111 |
| Binary | 11010100 | 11100000 | 10010010 | 101 | 0 | 100011 | 1100 | 1000101 | 111000 | 1001001 |
Color Harmonies of #D4E092
Complementary color
Monochromatic Colors of #D4E092
Black with #D4E092
Text Example
Text Example
White with #D4E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E092; }
p { color: rgb(212,224,146); }
H1.HeaderClassName
{
color: #D4E092;
}
.AnyTagClassName
{
color: #D4E092;
}
</style>
background-color css
<style>
a { background-color: #D4E092; }
a { background-color: rgb(212,224,146); }
div.DivClassName
{
background-color: #D4E092;
}
.BgClassName
{
background-color: #D4E092;
}
</style>
border-color css
<style>
span { border-color: #D4E092; }
span { border-color: rgb(212,224,146); }
td.TdClassName
{
border-color: #D4E092;
}
.TagClassName
{
border-color: #D4E092;
}
</style>