#55921E

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

Shades of Limeade #55921E

Tints of Limeade #55921E

Color information

#55921E (or 0x55921E) is unknown color: approx Limeade. HEX triplet: 55, 92 and 1E. RGB value is (85,146,30). Sum of RGB (Red+Green+Blue) = 85+146+30=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #55921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55921E is #AA6DE1. Grayscale: #727272. Windows color (decimal): -11169250 or 2003541. OLE color: 2003541.

HSL color Cylindrical-coordinate representation of color #55921E: hue angle of 91.55º 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 #55921E is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB8514630-
CMYK0.4200.790.43
HSL91.55º65.91%34.51%-
HSV(B)91.55º79.45%57.25%-
XYZ14.2622.584.84-
YUV114.5480.29106.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 146 (57.42% from 255) = 55.94%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=32.57%
G=55.94%
B=11.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146300.4200.790.4391.5565.9134.51
Hex55921E2A04F2B5c4223
Octal125222365201175313410243
Binary101010110010010111101010100100111110101110111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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