Html Css Color HEX #D6E196 Primrose

📋 copy color: '#D6E196'

red 214 ◦ green 225 ◦ blue 150

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

Shades of Primrose #D6E196

Tints of Primrose #D6E196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.47%

R = 36.33%
G = 38.2%
B = 25.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#D6E196 (or 0xD6E196) is known color: Primrose. HEX triplet: D6, E1 and 96. RGB value is (214,225,150). Sum of RGB (Red+Green+Blue) = 214+225+150=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E196 is #291E69. Grayscale: #D5D5D5. Windows color (decimal): -2694762 or 9888214. OLE color: 9888214.

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

Color convert

RGB 214 225 150 -
CMYK 0.05 0 0.33 0.12
HSL 68.8º 0.56% 0.74% -
HSV(B) 68.8º 0.33% 0.88% -
XYZ 60.16 70.35 39.26 -
YUV 213.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 214 225 150 0.05 0 0.33 0.12 68.8 0.56 0.74
Hex D6 E1 96 5 0 21 C 45 38 4A
Octal 326 341 226 5 0 41 14 105 70 112
Binary 11010110 11100001 10010110 101 0 100001 1100 1000101 111000 1001010

Color Harmonies of #D6E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E196

Black with #D6E196

Text Example


Text Example

White with #D6E196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E196; }

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

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

background-color css

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

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

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

border-color css

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

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

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