#D9E28C

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

Shades of Primrose #D9E28C

Tints of Primrose #D9E28C

Color information

#D9E28C (or 0xD9E28C) is unknown color: approx Primrose. HEX triplet: D9, E2 and 8C. RGB value is (217,226,140). Sum of RGB (Red+Green+Blue) = 217+226+140=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E28C is #261D73. Grayscale: #D5D5D5. Windows color (decimal): -2497908 or 9233113. OLE color: 9233113.

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

Color convert

RGB217226140-
CMYK0.0400.380.11
HSL66.28º59.72%71.76%-
HSV(B)66.28º38.05%88.63%-
XYZ60.5571.0435.33-
YUV213.5186.52130.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 140 (55.08% from 255) = 24.01%
R=37.22%
G=38.77%
B=24.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172261400.0400.380.1166.2859.7271.76
HexD9E28C4026B423c48
Octal33134221440461310274110
Binary1101100111100010100011001000100110101110000101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E28C; }

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

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

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

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

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

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

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

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