#D9E48A

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

Shades of Primrose #D9E48A

Tints of Primrose #D9E48A

Color information

#D9E48A (or 0xD9E48A) is unknown color: approx Primrose. HEX triplet: D9, E4 and 8A. RGB value is (217,228,138). Sum of RGB (Red+Green+Blue) = 217+228+138=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E48A is #261B75. Grayscale: #D6D6D6. Windows color (decimal): -2497398 or 9102553. OLE color: 9102553.

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

Color convert

RGB217228138-
CMYK0.0500.390.11
HSL67.33º62.5%71.76%-
HSV(B)67.33º39.47%89.41%-
XYZ60.9572.0734.74-
YUV214.4584.86129.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=37.22%
G=39.11%
B=23.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172281380.0500.390.1167.3362.571.76
HexD9E48A5027B433e48
Octal33134421250471310376110
Binary1101100111100100100010101010100111101110000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E48A; }

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

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

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

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

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

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

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

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