Html Css Color HEX #83AA0A Lima

📋 copy color: '#83AA0A'

red 131 ◦ green 170 ◦ blue 10

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

Shades of Lima #83AA0A

Tints of Lima #83AA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 42.12%
G = 54.66%
B = 3.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#83AA0A (or 0x83AA0A) is known color: Lima. HEX triplet: 83, AA and 0A. RGB value is (131,170,10). Sum of RGB (Red+Green+Blue) = 131+170+10=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA0A is #7C55F5. Grayscale: #8C8C8C. Windows color (decimal): -8148470 or 699011. OLE color: 699011.

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

Color convert

RGB 131 170 10 -
CMYK 0.23 0 0.94 0.33
HSL 74.63º 0.89% 0.35% -
HSV(B) 74.63º 0.94% 0.67% -
XYZ 23.79 33.6 5.52 -
YUV 140.1 54.58 121.51 -
System Red Green Blue C M Y K H S L
Decimal 131 170 10 0.23 0 0.94 0.33 74.63 0.89 0.35
Hex 83 AA A 17 0 5E 21 4B 59 23
Octal 203 252 12 27 0 136 41 113 131 43
Binary 10000011 10101010 1010 10111 0 1011110 100001 1001011 1011001 100011

Color Harmonies of #83AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA0A

Black with #83AA0A

Text Example


Text Example

White with #83AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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