#529226

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

Shades of Limeade #529226

Tints of Limeade #529226

Color information

#529226 (or 0x529226) is unknown color: approx Limeade. HEX triplet: 52, 92 and 26. RGB value is (82,146,38). Sum of RGB (Red+Green+Blue) = 82+146+38=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #529226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529226 is #AD6DD9. Grayscale: #727272. Windows color (decimal): -11365850 or 2527826. OLE color: 2527826.

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

Color convert

RGB8214638-
CMYK0.4400.740.43
HSL95.56º58.7%36.08%-
HSV(B)95.56º73.97%57.25%-
XYZ14.1122.495.43-
YUV114.5584.8104.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=30.83%
G=54.89%
B=14.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146380.4400.740.4395.5658.736.08
Hex5292262C04A2B603b24
Octal12222246540112531407344
Binary101001010010010100110101100010010101010111100000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529226; }

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

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

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

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

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

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

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

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