#56920C

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

Shades of Limeade #56920C

Tints of Limeade #56920C

Color information

#56920C (or 0x56920C) is unknown color: approx Limeade. HEX triplet: 56, 92 and 0C. RGB value is (86,146,12). Sum of RGB (Red+Green+Blue) = 86+146+12=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #56920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56920C is #A96DF3. Grayscale: #717171. Windows color (decimal): -11103732 or 823894. OLE color: 823894.

HSL color Cylindrical-coordinate representation of color #56920C: hue angle of 86.87º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56920C is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB8614612-
CMYK0.4100.920.43
HSL86.87º84.81%30.98%-
HSV(B)86.87º91.78%57.25%-
XYZ14.1822.563.96-
YUV112.7871.12108.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 146 (57.42% from 255) = 59.84%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=35.25%
G=59.84%
B=4.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86146120.4100.920.4386.8784.8130.98
Hex5692C2905C2B57551f
Octal126222145101345312712537
Binary1010110100100101100101001010111001010111010111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56920C; }

 p { color: rgb(86,146,12); }

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

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

 a { background-color: rgb(86,146,12); }

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

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

 span { border-color: rgb(86,146,12); }

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