Html Css Color HEX #83AA19 Lima

📋 copy color: '#83AA19'

red 131 ◦ green 170 ◦ blue 25

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

Shades of Lima #83AA19

Tints of Lima #83AA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 40.18%
G = 52.15%
B = 7.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#83AA19 (or 0x83AA19) is known color: Lima. HEX triplet: 83, AA and 19. RGB value is (131,170,25). Sum of RGB (Red+Green+Blue) = 131+170+25=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA19 is #7C55E6. Grayscale: #8E8E8E. Windows color (decimal): -8148455 or 1682051. OLE color: 1682051.

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

Color convert

RGB 131 170 25 -
CMYK 0.23 0 0.85 0.33
HSL 76.14º 0.74% 0.38% -
HSV(B) 76.14º 0.85% 0.67% -
XYZ 23.91 33.64 6.15 -
YUV 141.81 62.08 120.29 -
System Red Green Blue C M Y K H S L
Decimal 131 170 25 0.23 0 0.85 0.33 76.14 0.74 0.38
Hex 83 AA 19 17 0 55 21 4C 4A 26
Octal 203 252 31 27 0 125 41 114 112 46
Binary 10000011 10101010 11001 10111 0 1010101 100001 1001100 1001010 100110

Color Harmonies of #83AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA19

Black with #83AA19

Text Example


Text Example

White with #83AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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