#56921E

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

Shades of Limeade #56921E

Tints of Limeade #56921E

Color information

#56921E (or 0x56921E) is unknown color: approx Limeade. HEX triplet: 56, 92 and 1E. RGB value is (86,146,30). Sum of RGB (Red+Green+Blue) = 86+146+30=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #56921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56921E is #A96DE1. Grayscale: #737373. Windows color (decimal): -11103714 or 2003542. OLE color: 2003542.

HSL color Cylindrical-coordinate representation of color #56921E: hue angle of 91.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56921E is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB8614630-
CMYK0.4100.790.43
HSL91.03º65.91%34.51%-
HSV(B)91.03º79.45%57.25%-
XYZ14.3522.634.84-
YUV114.8480.12107.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=32.82%
G=55.73%
B=11.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86146300.4100.790.4391.0365.9134.51
Hex56921E2904F2B5b4223
Octal126222365101175313310243
Binary101011010010010111101010010100111110101110110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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