Html Css Color HEX #D6E291 Primrose

📋 copy color: '#D6E291'

red 214 ◦ green 226 ◦ blue 145

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

Shades of Primrose #D6E291

Tints of Primrose #D6E291

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.63%

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

R = 36.58%
G = 38.63%
B = 24.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#D6E291 (or 0xD6E291) is known color: Primrose. HEX triplet: D6, E2 and 91. RGB value is (214,226,145). Sum of RGB (Red+Green+Blue) = 214+226+145=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E291 is #291D6E. Grayscale: #D5D5D5. Windows color (decimal): -2694511 or 9560790. OLE color: 9560790.

HSL color Cylindrical-coordinate representation of color #D6E291: hue angle of 68.89º degrees, saturation: 0.58, 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 #D6E291 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 226 145 -
CMYK 0.05 0 0.36 0.11
HSL 68.89º 0.58% 0.73% -
HSV(B) 68.89º 0.36% 0.89% -
XYZ 60.04 70.73 37.28 -
YUV 213.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 214 226 145 0.05 0 0.36 0.11 68.89 0.58 0.73
Hex D6 E2 91 5 0 24 B 45 3A 49
Octal 326 342 221 5 0 44 13 105 72 111
Binary 11010110 11100010 10010001 101 0 100100 1011 1000101 111010 1001001

Color Harmonies of #D6E291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E291

Black with #D6E291

Text Example


Text Example

White with #D6E291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E291; }

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

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

background-color css

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

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

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

border-color css

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

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

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