#D9E494

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

Shades of Primrose #D9E494

Tints of Primrose #D9E494

Color information

#D9E494 (or 0xD9E494) is unknown color: approx Primrose. HEX triplet: D9, E4 and 94. RGB value is (217,228,148). Sum of RGB (Red+Green+Blue) = 217+228+148=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E494 is #261B6B. Grayscale: #D7D7D7. Windows color (decimal): -2497388 or 9757913. OLE color: 9757913.

HSL color Cylindrical-coordinate representation of color #D9E494: hue angle of 68.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9E494 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB217228148-
CMYK0.0500.350.11
HSL68.25º59.7%73.73%-
HSV(B)68.25º35.09%89.41%-
XYZ61.772.3838.73-
YUV215.5989.86129-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=36.59%
G=38.45%
B=24.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172281480.0500.350.1168.2559.773.73
HexD9E4945023B443c4a
Octal33134422450431310474112
Binary1101100111100100100101001010100011101110001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E494; }

 p { color: rgb(217,228,148); }

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

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

 a { background-color: rgb(217,228,148); }

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

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

 span { border-color: rgb(217,228,148); }

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