Html Css Color HEX #559211 Limeade

📋 copy color: '#559211'

red 85 ◦ green 146 ◦ blue 17

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

Shades of Limeade #559211

Tints of Limeade #559211

RGB

 RED value IS 85 (33.59% from 255) = 34.27%

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

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

R = 34.27%
G = 58.87%
B = 6.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#559211 (or 0x559211) is known color: Limeade. HEX triplet: 55, 92 and 11. RGB value is (85,146,17). Sum of RGB (Red+Green+Blue) = 85+146+17=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #559211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559211 is #AA6DEE. Grayscale: #717171. Windows color (decimal): -11169263 or 1151573. OLE color: 1151573.

HSL color Cylindrical-coordinate representation of color #559211: hue angle of 88.37º 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 #559211 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 17 -
CMYK 0.42 0 0.88 0.43
HSL 88.37º 0.79% 0.32% -
HSV(B) 88.37º 0.88% 0.57% -
XYZ 14.13 22.53 4.13 -
YUV 113.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 85 146 17 0.42 0 0.88 0.43 88.37 0.79 0.32
Hex 55 92 11 2A 0 58 2B 58 4F 20
Octal 125 222 21 52 0 130 53 130 117 40
Binary 1010101 10010010 10001 101010 0 1011000 101011 1011000 1001111 100000

Color Harmonies of #559211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559211

Black with #559211

Text Example


Text Example

White with #559211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559211; }

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

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

background-color css

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

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

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

border-color css

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

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

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