Html Css Color HEX #D6E391 Primrose

📋 copy color: '#D6E391'

red 214 ◦ green 227 ◦ blue 145

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

Shades of Primrose #D6E391

Tints of Primrose #D6E391

RGB

 RED value IS 214 (83.98% from 255) = 36.52%

 GREEN value IS 227 (89.06% from 255) = 38.74%

 BLUE value IS 145 (57.03% from 255) = 24.74%

R = 36.52%
G = 38.74%
B = 24.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#D6E391 (or 0xD6E391) is known color: Primrose. HEX triplet: D6, E3 and 91. RGB value is (214,227,145). Sum of RGB (Red+Green+Blue) = 214+227+145=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E391 is #291C6E. Grayscale: #D6D6D6. Windows color (decimal): -2694255 or 9561046. OLE color: 9561046.

HSL color Cylindrical-coordinate representation of color #D6E391: hue angle of 69.51º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6E391 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 145 -
CMYK 0.06 0 0.36 0.11
HSL 69.51º 0.59% 0.73% -
HSV(B) 69.51º 0.36% 0.89% -
XYZ 60.31 71.28 37.37 -
YUV 213.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 214 227 145 0.06 0 0.36 0.11 69.51 0.59 0.73
Hex D6 E3 91 6 0 24 B 46 3B 49
Octal 326 343 221 6 0 44 13 106 73 111
Binary 11010110 11100011 10010001 110 0 100100 1011 1000110 111011 1001001

Color Harmonies of #D6E391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E391

Black with #D6E391

Text Example


Text Example

White with #D6E391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E391; }

 p { color: rgb(214,227,145); }

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

background-color css

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

 a { background-color: rgb(214,227,145); }

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

border-color css

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

 span { border-color: rgb(214,227,145); }

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