#D9E58A

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

Shades of Primrose #D9E58A

Tints of Primrose #D9E58A

Color information

#D9E58A (or 0xD9E58A) is unknown color: approx Primrose. HEX triplet: D9, E5 and 8A. RGB value is (217,229,138). Sum of RGB (Red+Green+Blue) = 217+229+138=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E58A is #261A75. Grayscale: #D7D7D7. Windows color (decimal): -2497142 or 9102809. OLE color: 9102809.

HSL color Cylindrical-coordinate representation of color #D9E58A: hue angle of 67.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9E58A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB217229138-
CMYK0.0500.400.10
HSL67.91º63.64%71.96%-
HSV(B)67.91º39.74%89.8%-
XYZ61.2272.6334.84-
YUV215.0484.52129.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 229 (89.84% from 255) = 39.21%
BLUE value IS 138 (54.30% from 255) = 23.63%
R=37.16%
G=39.21%
B=23.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172291380.0500.400.1067.9163.6471.96
HexD9E58A5028A444048
Octal331345212505012104100110
Binary11011001111001011000101010101010001010100010010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E58A; }

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

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

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

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

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

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

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

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