#D9E28A

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

Shades of Primrose #D9E28A

Tints of Primrose #D9E28A

Color information

#D9E28A (or 0xD9E28A) is unknown color: approx Primrose. HEX triplet: D9, E2 and 8A. RGB value is (217,226,138). Sum of RGB (Red+Green+Blue) = 217+226+138=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E28A is #261D75. Grayscale: #D5D5D5. Windows color (decimal): -2497910 or 9102041. OLE color: 9102041.

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

Color convert

RGB217226138-
CMYK0.0400.390.11
HSL66.14º60.27%71.37%-
HSV(B)66.14º38.94%88.63%-
XYZ60.470.9834.56-
YUV213.2885.52130.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 226 (88.67% from 255) = 38.90%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=37.35%
G=38.90%
B=23.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172261380.0400.390.1166.1460.2771.37
HexD9E28A4027B423c47
Octal33134221240471310274107
Binary1101100111100010100010101000100111101110000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E28A; }

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

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

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

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

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

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

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

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