Html Css Color HEX #83AA11 Lima

📋 copy color: '#83AA11'

red 131 ◦ green 170 ◦ blue 17

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

Shades of Lima #83AA11

Tints of Lima #83AA11

RGB

 RED value IS 131 (51.56% from 255) = 41.19%

 GREEN value IS 170 (66.8% from 255) = 53.46%

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

R = 41.19%
G = 53.46%
B = 5.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#83AA11 (or 0x83AA11) is known color: Lima. HEX triplet: 83, AA and 11. RGB value is (131,170,17). Sum of RGB (Red+Green+Blue) = 131+170+17=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA11 is #7C55EE. Grayscale: #8D8D8D. Windows color (decimal): -8148463 or 1157763. OLE color: 1157763.

HSL color Cylindrical-coordinate representation of color #83AA11: hue angle of 75.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83AA11 is Cyan = 0.23, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 17 -
CMYK 0.23 0 0.9 0.33
HSL 75.29º 0.82% 0.37% -
HSV(B) 75.29º 0.9% 0.67% -
XYZ 23.84 33.62 5.76 -
YUV 140.9 58.08 120.94 -
System Red Green Blue C M Y K H S L
Decimal 131 170 17 0.23 0 0.9 0.33 75.29 0.82 0.37
Hex 83 AA 11 17 0 5A 21 4B 52 25
Octal 203 252 21 27 0 132 41 113 122 45
Binary 10000011 10101010 10001 10111 0 1011010 100001 1001011 1010010 100101

Color Harmonies of #83AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA11

Black with #83AA11

Text Example


Text Example

White with #83AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AA11; }

 p { color: rgb(131,170,17); }

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

background-color css

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

 a { background-color: rgb(131,170,17); }

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

border-color css

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

 span { border-color: rgb(131,170,17); }

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