#DBEA86

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

Shades of Mindaro #DBEA86

Tints of Mindaro #DBEA86

Color information

#DBEA86 (or 0xDBEA86) is unknown color: approx Mindaro. HEX triplet: DB, EA and 86. RGB value is (219,234,134). Sum of RGB (Red+Green+Blue) = 219+234+134=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA86 is #241579. Grayscale: #DADADA. Windows color (decimal): -2364794 or 8841947. OLE color: 8841947.

HSL color Cylindrical-coordinate representation of color #DBEA86: hue angle of 69º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBEA86 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB219234134-
CMYK0.0600.430.08
HSL69º70.42%72.16%-
HSV(B)69º42.74%91.76%-
XYZ62.9475.6333.83-
YUV218.1280.53128.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=37.31%
G=39.86%
B=22.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341340.0600.430.086970.4272.16
HexDBEA86602B8454648
Octal333352206605310105106110
Binary11011011111010101000011011001010111000100010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA86; }

 p { color: rgb(219,234,134); }

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

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

 a { background-color: rgb(219,234,134); }

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

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

 span { border-color: rgb(219,234,134); }

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