#56951A

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

Shades of Limeade #56951A

Tints of Limeade #56951A

Color information

#56951A (or 0x56951A) is unknown color: approx Limeade. HEX triplet: 56, 95 and 1A. RGB value is (86,149,26). Sum of RGB (Red+Green+Blue) = 86+149+26=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #56951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56951A is #A96AE5. Grayscale: #747474. Windows color (decimal): -11102950 or 1742166. OLE color: 1742166.

HSL color Cylindrical-coordinate representation of color #56951A: hue angle of 90.73º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56951A is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB8614926-
CMYK0.4200.830.42
HSL90.73º70.29%34.31%-
HSV(B)90.73º82.55%58.43%-
XYZ14.7723.554.74-
YUV116.1477.13106.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=32.95%
G=57.09%
B=9.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149260.4200.830.4290.7370.2934.31
Hex56951A2A0532A5b4622
Octal126225325201235213310642
Binary101011010010101110101010100101001110101010110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56951A; }

 p { color: rgb(86,149,26); }

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

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

 a { background-color: rgb(86,149,26); }

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

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

 span { border-color: rgb(86,149,26); }

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