#D9E196

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

Shades of Primrose #D9E196

Tints of Primrose #D9E196

Color information

#D9E196 (or 0xD9E196) is unknown color: approx Primrose. HEX triplet: D9, E1 and 96. RGB value is (217,225,150). Sum of RGB (Red+Green+Blue) = 217+225+150=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E196 is #261E69. Grayscale: #D6D6D6. Windows color (decimal): -2498154 or 9888217. OLE color: 9888217.

HSL color Cylindrical-coordinate representation of color #D9E196: hue angle of 66.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9E196 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB217225150-
CMYK0.0400.330.12
HSL66.4º55.56%73.53%-
HSV(B)66.4º33.33%88.24%-
XYZ61.0570.839.3-
YUV214.0691.85130.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=36.66%
G=38.01%
B=25.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251500.0400.330.1266.455.5673.53
HexD9E1964021C42384a
Octal33134122640411410270112
Binary1101100111100001100101101000100001110010000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E196; }

 p { color: rgb(217,225,150); }

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

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

 a { background-color: rgb(217,225,150); }

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

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

 span { border-color: rgb(217,225,150); }

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