#D9E18B

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

Shades of Primrose #D9E18B

Tints of Primrose #D9E18B

Color information

#D9E18B (or 0xD9E18B) is unknown color: approx Primrose. HEX triplet: D9, E1 and 8B. RGB value is (217,225,139). Sum of RGB (Red+Green+Blue) = 217+225+139=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18B is #261E74. Grayscale: #D5D5D5. Windows color (decimal): -2498165 or 9167321. OLE color: 9167321.

HSL color Cylindrical-coordinate representation of color #D9E18B: hue angle of 65.58º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9E18B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB217225139-
CMYK0.0400.380.12
HSL65.58º58.9%71.37%-
HSV(B)65.58º38.22%88.24%-
XYZ60.270.4734.85-
YUV212.886.35130.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 139 (54.69% from 255) = 23.92%
R=37.35%
G=38.73%
B=23.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251390.0400.380.1265.5858.971.37
HexD9E18B4026C423b47
Octal33134121340461410273107
Binary1101100111100001100010111000100110110010000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E18B; }

 p { color: rgb(217,225,139); }

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

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

 a { background-color: rgb(217,225,139); }

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

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

 span { border-color: rgb(217,225,139); }

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