Html Css Color HEX #D9E190 Primrose

📋 copy color: '#D9E190'

red 217 ◦ green 225 ◦ blue 144

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

Shades of Primrose #D9E190

Tints of Primrose #D9E190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.57%

R = 37.03%
G = 38.4%
B = 24.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#D9E190 (or 0xD9E190) is known color: Primrose. HEX triplet: D9, E1 and 90. RGB value is (217,225,144). Sum of RGB (Red+Green+Blue) = 217+225+144=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E190 is #261E6F. Grayscale: #D5D5D5. Windows color (decimal): -2498160 or 9495001. OLE color: 9495001.

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

Color convert

RGB 217 225 144 -
CMYK 0.04 0 0.36 0.12
HSL 65.93º 0.57% 0.72% -
HSV(B) 65.93º 0.36% 0.88% -
XYZ 60.57 70.62 36.82 -
YUV 213.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 217 225 144 0.04 0 0.36 0.12 65.93 0.57 0.72
Hex D9 E1 90 4 0 24 C 42 39 48
Octal 331 341 220 4 0 44 14 102 71 110
Binary 11011001 11100001 10010000 100 0 100100 1100 1000010 111001 1001000

Color Harmonies of #D9E190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E190

Black with #D9E190

Text Example


Text Example

White with #D9E190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E190; }

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

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

background-color css

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

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

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

border-color css

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

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

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