#529316

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

Shades of Limeade #529316

Tints of Limeade #529316

Color information

#529316 (or 0x529316) is unknown color: approx Limeade. HEX triplet: 52, 93 and 16. RGB value is (82,147,22). Sum of RGB (Red+Green+Blue) = 82+147+22=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #529316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529316 is #AD6CE9. Grayscale: #717171. Windows color (decimal): -11365610 or 1479506. OLE color: 1479506.

HSL color Cylindrical-coordinate representation of color #529316: hue angle of 91.2º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #529316 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB8214722-
CMYK0.4400.850.42
HSL91.2º73.96%33.14%-
HSV(B)91.2º85.03%57.65%-
XYZ14.0622.724.4-
YUV113.3276.47105.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 147 (57.81% from 255) = 58.57%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=32.67%
G=58.57%
B=8.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147220.4400.850.4291.273.9633.14
Hex5293162C0552A5b4a21
Octal122223265401255213311241
Binary101001010010011101101011000101010110101010110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529316; }

 p { color: rgb(82,147,22); }

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

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

 a { background-color: rgb(82,147,22); }

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

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

 span { border-color: rgb(82,147,22); }

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