#56990E

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

Shades of Limeade #56990E

Tints of Limeade #56990E

Color information

#56990E (or 0x56990E) is unknown color: approx Limeade. HEX triplet: 56, 99 and 0E. RGB value is (86,153,14). Sum of RGB (Red+Green+Blue) = 86+153+14=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #56990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56990E is #A966F1. Grayscale: #757575. Windows color (decimal): -11101938 or 956758. OLE color: 956758.

HSL color Cylindrical-coordinate representation of color #56990E: hue angle of 88.92º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56990E is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB8615314-
CMYK0.4400.910.4
HSL88.92º83.23%32.75%-
HSV(B)88.92º90.85%60%-
XYZ15.3124.794.39-
YUV117.1269.8105.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 153 (60.16% from 255) = 60.47%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=33.99%
G=60.47%
B=5.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86153140.4400.910.488.9283.2332.75
Hex5699E2C05B28595321
Octal126231165401335013112341
Binary10101101001100111101011000101101110100010110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56990E; }

 p { color: rgb(86,153,14); }

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

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

 a { background-color: rgb(86,153,14); }

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

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

 span { border-color: rgb(86,153,14); }

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