#83A60C

Color #83A60C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83A60C

Tints of Lima #83A60C

Color information

#83A60C (or 0x83A60C) is unknown color: approx Lima. HEX triplet: 83, A6 and 0C. RGB value is (131,166,12). Sum of RGB (Red+Green+Blue) = 131+166+12=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #83A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A60C is #7C59F3. Grayscale: #8A8A8A. Windows color (decimal): -8149492 or 829059. OLE color: 829059.

HSL color Cylindrical-coordinate representation of color #83A60C: hue angle of 73.64º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83A60C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB13116612-
CMYK0.2100.930.35
HSL73.64º86.52%34.9%-
HSV(B)73.64º92.77%65.1%-
XYZ23.0632.125.33-
YUV137.9856.9123.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 166 (65.23% from 255) = 53.72%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=42.39%
G=53.72%
B=3.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131166120.2100.930.3573.6486.5234.9
Hex83A6C1505D234a5723
Octal203246142501354311212743
Binary10000011101001101100101010101110110001110010101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,166,12); }

 H1.HeaderClassName
 {
   color: #83A60C;
 }
 .AnyTagClassName
 {
   color: #83A60C;
 }
</style>
background-color css

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

 a { background-color: rgb(131,166,12); }

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

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

 span { border-color: rgb(131,166,12); }

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