Html Css Color HEX #D6E191 Primrose

📋 copy color: '#D6E191'

red 214 ◦ green 225 ◦ blue 145

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

Shades of Primrose #D6E191

Tints of Primrose #D6E191

RGB

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

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

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

R = 36.64%
G = 38.53%
B = 24.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#D6E191 (or 0xD6E191) is known color: Primrose. HEX triplet: D6, E1 and 91. RGB value is (214,225,145). Sum of RGB (Red+Green+Blue) = 214+225+145=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E191 is #291E6E. Grayscale: #D4D4D4. Windows color (decimal): -2694767 or 9560534. OLE color: 9560534.

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

Color convert

RGB 214 225 145 -
CMYK 0.05 0 0.36 0.12
HSL 68.25º 0.57% 0.73% -
HSV(B) 68.25º 0.36% 0.88% -
XYZ 59.77 70.19 37.19 -
YUV 212.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 214 225 145 0.05 0 0.36 0.12 68.25 0.57 0.73
Hex D6 E1 91 5 0 24 C 44 39 49
Octal 326 341 221 5 0 44 14 104 71 111
Binary 11010110 11100001 10010001 101 0 100100 1100 1000100 111001 1001001

Color Harmonies of #D6E191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E191

Black with #D6E191

Text Example


Text Example

White with #D6E191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E191; }

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

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

background-color css

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

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

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

border-color css

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

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

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