#D9E493

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

Shades of Primrose #D9E493

Tints of Primrose #D9E493

Color information

#D9E493 (or 0xD9E493) is unknown color: approx Primrose. HEX triplet: D9, E4 and 93. RGB value is (217,228,147). Sum of RGB (Red+Green+Blue) = 217+228+147=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E493 is #261B6C. Grayscale: #D7D7D7. Windows color (decimal): -2497389 or 9692377. OLE color: 9692377.

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

Color convert

RGB217228147-
CMYK0.0500.360.11
HSL68.15º60%73.53%-
HSV(B)68.15º35.53%89.41%-
XYZ61.6372.3538.32-
YUV215.4889.36129.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 147 (57.81% from 255) = 24.83%
R=36.66%
G=38.51%
B=24.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172281470.0500.360.1168.156073.53
HexD9E4935024B443c4a
Octal33134422350441310474112
Binary1101100111100100100100111010100100101110001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E493; }

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

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

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

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

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

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

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

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