Html Css Color HEX #D9E196 Primrose

📋 copy color: '#D9E196'

red 217 ◦ green 225 ◦ blue 150

#D9E196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #D9E196

Tints of Primrose #D9E196

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 value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#D9E196 (or 0xD9E196) is known color: 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

RGB 217 225 150 -
CMYK 0.04 0 0.33 0.12
HSL 66.4º 0.56% 0.74% -
HSV(B) 66.4º 0.33% 0.88% -
XYZ 61.05 70.8 39.3 -
YUV 214.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 217 225 150 0.04 0 0.33 0.12 66.4 0.56 0.74
Hex D9 E1 96 4 0 21 C 42 38 4A
Octal 331 341 226 4 0 41 14 102 70 112
Binary 11011001 11100001 10010110 100 0 100001 1100 1000010 111000 1001010

Color Harmonies of #D9E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E196

Black with #D9E196

Text Example


Text Example

White with #D9E196

Text Example


Text Example

HTML Codes & Css Web 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>