Html Css Color HEX #529B06 Limeade

📋 copy color: '#529B06'

red 82 ◦ green 155 ◦ blue 6

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

Shades of Limeade #529B06

Tints of Limeade #529B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 33.74%
G = 63.79%
B = 2.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#529B06 (or 0x529B06) is known color: Limeade. HEX triplet: 52, 9B and 06. RGB value is (82,155,6). Sum of RGB (Red+Green+Blue) = 82+155+6=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #529B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B06 is #AD64F9. Grayscale: #747474. Windows color (decimal): -11363578 or 432978. OLE color: 432978.

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

Color convert

RGB 82 155 6 -
CMYK 0.47 0 0.96 0.39
HSL 89.4º 0.93% 0.32% -
HSV(B) 89.4º 0.96% 0.61% -
XYZ 15.23 25.25 4.24 -
YUV 116.19 65.82 103.62 -
System Red Green Blue C M Y K H S L
Decimal 82 155 6 0.47 0 0.96 0.39 89.4 0.93 0.32
Hex 52 9B 6 2F 0 60 27 59 5D 20
Octal 122 233 6 57 0 140 47 131 135 40
Binary 1010010 10011011 110 101111 0 1100000 100111 1011001 1011101 100000

Color Harmonies of #529B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B06

Black with #529B06

Text Example


Text Example

White with #529B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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