#D9E092

Color #D9E092 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D9E092

Tints of Primrose #D9E092

Color information

#D9E092 (or 0xD9E092) is unknown color: approx Primrose. HEX triplet: D9, E0 and 92. RGB value is (217,224,146). Sum of RGB (Red+Green+Blue) = 217+224+146=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E092 is #261F6D. Grayscale: #D5D5D5. Windows color (decimal): -2498414 or 9625817. OLE color: 9625817.

HSL color Cylindrical-coordinate representation of color #D9E092: hue angle of 65.38º 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 #D9E092 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB217224146-
CMYK0.0300.350.12
HSL65.38º55.71%72.55%-
HSV(B)65.38º34.82%87.84%-
XYZ60.4670.1437.55-
YUV213.0290.18130.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 146 (57.42% from 255) = 24.87%
R=36.97%
G=38.16%
B=24.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172241460.0300.350.1265.3855.7172.55
HexD9E0923023C413849
Octal33134022230431410170111
Binary110110011110000010010010110100011110010000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E092; }

 p { color: rgb(217,224,146); }

 H1.HeaderClassName
 {
   color: #D9E092;
 }
 .AnyTagClassName
 {
   color: #D9E092;
 }
</style>
background-color css

<style>
 a { background-color: #D9E092; }

 a { background-color: rgb(217,224,146); }

 div.DivClassName
 {
   background-color: #D9E092;
 }
 .BgClassName
 {
   background-color: #D9E092;
 }
</style>
border-color css

<style>
 span { border-color: #D9E092; }

 span { border-color: rgb(217,224,146); }

 td.TdClassName
 {
   border-color: #D9E092;
 }
 .TagClassName
 {
   border-color: #D9E092;
 }
</style>