#D8E48B

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

Shades of Primrose #D8E48B

Tints of Primrose #D8E48B

Color information

#D8E48B (or 0xD8E48B) is unknown color: approx Primrose. HEX triplet: D8, E4 and 8B. RGB value is (216,228,139). Sum of RGB (Red+Green+Blue) = 216+228+139=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E48B is #271B74. Grayscale: #D6D6D6. Windows color (decimal): -2562933 or 9168088. OLE color: 9168088.

HSL color Cylindrical-coordinate representation of color #D8E48B: hue angle of 68.09º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8E48B is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB216228139-
CMYK0.0500.390.11
HSL68.09º62.24%71.96%-
HSV(B)68.09º39.04%89.41%-
XYZ60.7271.9535.11-
YUV214.2785.52129.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=37.05%
G=39.11%
B=23.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162281390.0500.390.1168.0962.2471.96
HexD8E48B5027B443e48
Octal33034421350471310476110
Binary1101100011100100100010111010100111101110001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E48B; }

 p { color: rgb(216,228,139); }

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

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

 a { background-color: rgb(216,228,139); }

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

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

 span { border-color: rgb(216,228,139); }

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