Html Css Color HEX #529216 Limeade

📋 copy color: '#529216'

red 82 ◦ green 146 ◦ blue 22

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

Shades of Limeade #529216

Tints of Limeade #529216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 32.8%
G = 58.4%
B = 8.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#529216 (or 0x529216) is known color: Limeade. HEX triplet: 52, 92 and 16. RGB value is (82,146,22). Sum of RGB (Red+Green+Blue) = 82+146+22=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #529216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529216 is #AD6DE9. Grayscale: #717171. Windows color (decimal): -11365866 or 1479250. OLE color: 1479250.

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

Color convert

RGB 82 146 22 -
CMYK 0.44 0 0.85 0.43
HSL 90.97º 0.74% 0.33% -
HSV(B) 90.97º 0.85% 0.57% -
XYZ 13.9 22.41 4.35 -
YUV 112.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 82 146 22 0.44 0 0.85 0.43 90.97 0.74 0.33
Hex 52 92 16 2C 0 55 2B 5B 4A 21
Octal 122 222 26 54 0 125 53 133 112 41
Binary 1010010 10010010 10110 101100 0 1010101 101011 1011011 1001010 100001

Color Harmonies of #529216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529216

Black with #529216

Text Example


Text Example

White with #529216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529216; }

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

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

background-color css

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

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

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

border-color css

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

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

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