Html Css Color HEX #529B09 Limeade

📋 copy color: '#529B09'

red 82 ◦ green 155 ◦ blue 9

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

Shades of Limeade #529B09

Tints of Limeade #529B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 33.33%
G = 63.01%
B = 3.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#529B09 (or 0x529B09) is known color: Limeade. HEX triplet: 52, 9B and 09. RGB value is (82,155,9). Sum of RGB (Red+Green+Blue) = 82+155+9=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 155 (60.94% from 255 or 63.01% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 155 - color contains mainly: green. Hex color #529B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B09 is #AD64F6. Grayscale: #757575. Windows color (decimal): -11363575 or 629586. OLE color: 629586.

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

Color convert

RGB 82 155 9 -
CMYK 0.47 0 0.94 0.39
HSL 90º 0.89% 0.32% -
HSV(B) 90º 0.94% 0.61% -
XYZ 15.25 25.26 4.33 -
YUV 116.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 82 155 9 0.47 0 0.94 0.39 90 0.89 0.32
Hex 52 9B 9 2F 0 5E 27 5A 59 20
Octal 122 233 11 57 0 136 47 132 131 40
Binary 1010010 10011011 1001 101111 0 1011110 100111 1011010 1011001 100000

Color Harmonies of #529B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B09

Black with #529B09

Text Example


Text Example

White with #529B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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