#D7E188

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

Shades of Primrose #D7E188

Tints of Primrose #D7E188

Color information

#D7E188 (or 0xD7E188) is unknown color: approx Primrose. HEX triplet: D7, E1 and 88. RGB value is (215,225,136). Sum of RGB (Red+Green+Blue) = 215+225+136=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E188 is #281E77. Grayscale: #D4D4D4. Windows color (decimal): -2629240 or 8970711. OLE color: 8970711.

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

Color convert

RGB215225136-
CMYK0.0400.400.12
HSL66.74º59.73%70.78%-
HSV(B)66.74º39.56%88.24%-
XYZ59.3970.0833.69-
YUV211.8685.19130.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=37.33%
G=39.06%
B=23.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152251360.0400.400.1266.7459.7370.78
HexD7E1884028C433c47
Octal32734121040501410374107
Binary1101011111100001100010001000101000110010000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E188; }

 p { color: rgb(215,225,136); }

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

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

 a { background-color: rgb(215,225,136); }

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

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

 span { border-color: rgb(215,225,136); }

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