Html Css Color HEX #529220 Limeade

📋 copy color: '#529220'

red 82 ◦ green 146 ◦ blue 32

#529220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #529220

Tints of Limeade #529220

RGB

 RED value IS 82 (32.42% from 255) = 31.54%

 GREEN value IS 146 (57.42% from 255) = 56.15%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 31.54%
G = 56.15%
B = 12.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#529220 (or 0x529220) is known color: Limeade. HEX triplet: 52, 92 and 20. RGB value is (82,146,32). Sum of RGB (Red+Green+Blue) = 82+146+32=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #529220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529220 is #AD6DDF. Grayscale: #727272. Windows color (decimal): -11365856 or 2134610. OLE color: 2134610.

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

Color convert

RGB 82 146 32 -
CMYK 0.44 0 0.78 0.43
HSL 93.68º 0.64% 0.35% -
HSV(B) 93.68º 0.78% 0.57% -
XYZ 14.02 22.46 4.96 -
YUV 113.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 82 146 32 0.44 0 0.78 0.43 93.68 0.64 0.35
Hex 52 92 20 2C 0 4E 2B 5E 40 23
Octal 122 222 40 54 0 116 53 136 100 43
Binary 1010010 10010010 100000 101100 0 1001110 101011 1011110 1000000 100011

Color Harmonies of #529220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529220

Black with #529220

Text Example


Text Example

White with #529220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529220; }

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

 H1.HeaderClassName
 {
   color: #529220;
 }
 .AnyTagClassName
 {
   color: #529220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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