#529209

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

Shades of Limeade #529209

Tints of Limeade #529209

Color information

#529209 (or 0x529209) is unknown color: approx Limeade. HEX triplet: 52, 92 and 09. RGB value is (82,146,9). Sum of RGB (Red+Green+Blue) = 82+146+9=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #529209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529209 is #AD6DF6. Grayscale: #6F6F6F. Windows color (decimal): -11365879 or 627282. OLE color: 627282.

HSL color Cylindrical-coordinate representation of color #529209: hue angle of 88.03º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529209 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB821469-
CMYK0.4400.940.43
HSL88.03º88.39%30.39%-
HSV(B)88.03º93.84%57.25%-
XYZ13.8122.373.85-
YUV111.2570.3107.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=34.60%
G=61.60%
B=3.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8214690.4400.940.4388.0388.3930.39
Hex529292C05E2B58581e
Octal122222115401365313013036
Binary1010010100100101001101100010111101010111011000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529209; }

 p { color: rgb(82,146,9); }

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

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

 a { background-color: rgb(82,146,9); }

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

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

 span { border-color: rgb(82,146,9); }

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