Html Css Color HEX #529211 Limeade

📋 copy color: '#529211'

red 82 ◦ green 146 ◦ blue 17

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

Shades of Limeade #529211

Tints of Limeade #529211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 33.47%
G = 59.59%
B = 6.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#529211 (or 0x529211) is known color: Limeade. HEX triplet: 52, 92 and 11. RGB value is (82,146,17). Sum of RGB (Red+Green+Blue) = 82+146+17=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #529211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529211 is #AD6DEE. Grayscale: #707070. Windows color (decimal): -11365871 or 1151570. OLE color: 1151570.

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

Color convert

RGB 82 146 17 -
CMYK 0.44 0 0.88 0.43
HSL 89.77º 0.79% 0.32% -
HSV(B) 89.77º 0.88% 0.57% -
XYZ 13.86 22.39 4.12 -
YUV 112.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 82 146 17 0.44 0 0.88 0.43 89.77 0.79 0.32
Hex 52 92 11 2C 0 58 2B 5A 4F 20
Octal 122 222 21 54 0 130 53 132 117 40
Binary 1010010 10010010 10001 101100 0 1011000 101011 1011010 1001111 100000

Color Harmonies of #529211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529211

Black with #529211

Text Example


Text Example

White with #529211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529211; }

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

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

background-color css

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

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

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

border-color css

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

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

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