#D6E390

Color #D6E390 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D6E390

Tints of Primrose #D6E390

Color information

#D6E390 (or 0xD6E390) is unknown color: approx Primrose. HEX triplet: D6, E3 and 90. RGB value is (214,227,144). Sum of RGB (Red+Green+Blue) = 214+227+144=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E390 is #291C6F. Grayscale: #D5D5D5. Windows color (decimal): -2694256 or 9495510. OLE color: 9495510.

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

Color convert

RGB214227144-
CMYK0.0600.370.11
HSL69.4º59.71%72.75%-
HSV(B)69.4º36.56%89.02%-
XYZ60.2371.2536.96-
YUV213.6588.69128.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=36.58%
G=38.80%
B=24.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271440.0600.370.1169.459.7172.75
HexD6E3906025B453c49
Octal32634322060451310574111
Binary1101011011100011100100001100100101101110001011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E390; }

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

 H1.HeaderClassName
 {
   color: #D6E390;
 }
 .AnyTagClassName
 {
   color: #D6E390;
 }
</style>
background-color css

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

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

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

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

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

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