Html Css Color HEX #83AD0A Lima

📋 copy color: '#83AD0A'

red 131 ◦ green 173 ◦ blue 10

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

Shades of Lima #83AD0A

Tints of Lima #83AD0A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.1%

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

R = 41.72%
G = 55.1%
B = 3.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#83AD0A (or 0x83AD0A) is known color: Lima. HEX triplet: 83, AD and 0A. RGB value is (131,173,10). Sum of RGB (Red+Green+Blue) = 131+173+10=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD0A is #7C52F5. Grayscale: #8E8E8E. Windows color (decimal): -8147702 or 699779. OLE color: 699779.

HSL color Cylindrical-coordinate representation of color #83AD0A: hue angle of 75.46º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83AD0A is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 10 -
CMYK 0.24 0 0.94 0.32
HSL 75.46º 0.89% 0.36% -
HSV(B) 75.46º 0.94% 0.68% -
XYZ 24.36 34.73 5.71 -
YUV 141.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 131 173 10 0.24 0 0.94 0.32 75.46 0.89 0.36
Hex 83 AD A 18 0 5E 20 4B 59 24
Octal 203 255 12 30 0 136 40 113 131 44
Binary 10000011 10101101 1010 11000 0 1011110 100000 1001011 1011001 100100

Color Harmonies of #83AD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD0A

Black with #83AD0A

Text Example


Text Example

White with #83AD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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