#D8E196

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

Shades of Primrose #D8E196

Tints of Primrose #D8E196

Color information

#D8E196 (or 0xD8E196) is unknown color: approx Primrose. HEX triplet: D8, E1 and 96. RGB value is (216,225,150). Sum of RGB (Red+Green+Blue) = 216+225+150=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E196 is #271E69. Grayscale: #D6D6D6. Windows color (decimal): -2563690 or 9888216. OLE color: 9888216.

HSL color Cylindrical-coordinate representation of color #D8E196: hue angle of 67.2º 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 #D8E196 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB216225150-
CMYK0.0400.330.12
HSL67.2º55.56%73.53%-
HSV(B)67.2º33.33%88.24%-
XYZ60.7570.6539.29-
YUV213.7692.02129.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=36.55%
G=38.07%
B=25.38%

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
Decimal2162251500.0400.330.1267.255.5673.53
HexD8E1964021C43384a
Octal33034122640411410370112
Binary1101100011100001100101101000100001110010000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E196; }

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

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

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

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

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

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

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

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