Html Css Color HEX #539210 Limeade

📋 copy color: '#539210'

red 83 ◦ green 146 ◦ blue 16

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

Shades of Limeade #539210

Tints of Limeade #539210

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 33.88%
G = 59.59%
B = 6.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#539210 (or 0x539210) is known color: Limeade. HEX triplet: 53, 92 and 10. RGB value is (83,146,16). Sum of RGB (Red+Green+Blue) = 83+146+16=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #539210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539210 is #AC6DEF. Grayscale: #707070. Windows color (decimal): -11300336 or 1086035. OLE color: 1086035.

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

Color convert

RGB 83 146 16 -
CMYK 0.43 0 0.89 0.43
HSL 89.08º 0.8% 0.32% -
HSV(B) 89.08º 0.89% 0.57% -
XYZ 13.94 22.43 4.09 -
YUV 112.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 83 146 16 0.43 0 0.89 0.43 89.08 0.8 0.32
Hex 53 92 10 2B 0 59 2B 59 50 20
Octal 123 222 20 53 0 131 53 131 120 40
Binary 1010011 10010010 10000 101011 0 1011001 101011 1011001 1010000 100000

Color Harmonies of #539210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539210

Black with #539210

Text Example


Text Example

White with #539210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539210; }

 p { color: rgb(83,146,16); }

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

background-color css

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

 a { background-color: rgb(83,146,16); }

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

border-color css

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

 span { border-color: rgb(83,146,16); }

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