Html Css Color HEX #529B26 Limeade

📋 copy color: '#529B26'

red 82 ◦ green 155 ◦ blue 38

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

Shades of Limeade #529B26

Tints of Limeade #529B26

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.36%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 29.82%
G = 56.36%
B = 13.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#529B26 (or 0x529B26) is known color: Limeade. HEX triplet: 52, 9B and 26. RGB value is (82,155,38). Sum of RGB (Red+Green+Blue) = 82+155+38=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #529B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B26 is #AD64D9. Grayscale: #787878. Windows color (decimal): -11363546 or 2530130. OLE color: 2530130.

HSL color Cylindrical-coordinate representation of color #529B26: hue angle of 97.44º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #529B26 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 38 -
CMYK 0.47 0 0.75 0.39
HSL 97.44º 0.61% 0.38% -
HSV(B) 97.44º 0.75% 0.61% -
XYZ 15.55 25.38 5.91 -
YUV 119.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 82 155 38 0.47 0 0.75 0.39 97.44 0.61 0.38
Hex 52 9B 26 2F 0 4B 27 61 3D 26
Octal 122 233 46 57 0 113 47 141 75 46
Binary 1010010 10011011 100110 101111 0 1001011 100111 1100001 111101 100110

Color Harmonies of #529B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B26

Black with #529B26

Text Example


Text Example

White with #529B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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