Html Css Color HEX #D9E195 Primrose

📋 copy color: '#D9E195'

red 217 ◦ green 225 ◦ blue 149

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

Shades of Primrose #D9E195

Tints of Primrose #D9E195

RGB

 RED value IS 217 (85.16% from 255) = 36.72%

 GREEN value IS 225 (88.28% from 255) = 38.07%

 BLUE value IS 149 (58.59% from 255) = 25.21%

R = 36.72%
G = 38.07%
B = 25.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#D9E195 (or 0xD9E195) is known color: Primrose. HEX triplet: D9, E1 and 95. RGB value is (217,225,149). Sum of RGB (Red+Green+Blue) = 217+225+149=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E195 is #261E6A. Grayscale: #D6D6D6. Windows color (decimal): -2498155 or 9822681. OLE color: 9822681.

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

Color convert

RGB 217 225 149 -
CMYK 0.04 0 0.34 0.12
HSL 66.32º 0.56% 0.73% -
HSV(B) 66.32º 0.34% 0.88% -
XYZ 60.97 70.77 38.88 -
YUV 213.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 217 225 149 0.04 0 0.34 0.12 66.32 0.56 0.73
Hex D9 E1 95 4 0 22 C 42 38 49
Octal 331 341 225 4 0 42 14 102 70 111
Binary 11011001 11100001 10010101 100 0 100010 1100 1000010 111000 1001001

Color Harmonies of #D9E195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E195

Black with #D9E195

Text Example


Text Example

White with #D9E195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E195; }

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

 H1.HeaderClassName
 {
   color: #D9E195;
 }
 .AnyTagClassName
 {
   color: #D9E195;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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