#83A50C

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

Shades of Lima #83A50C

Tints of Lima #83A50C

Color information

#83A50C (or 0x83A50C) is unknown color: approx Lima. HEX triplet: 83, A5 and 0C. RGB value is (131,165,12). Sum of RGB (Red+Green+Blue) = 131+165+12=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #83A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A50C is #7C5AF3. Grayscale: #898989. Windows color (decimal): -8149748 or 828803. OLE color: 828803.

HSL color Cylindrical-coordinate representation of color #83A50C: hue angle of 73.33º degrees, saturation: 0.86, 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 #83A50C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB13116512-
CMYK0.2100.930.35
HSL73.33º86.44%34.71%-
HSV(B)73.33º92.73%64.71%-
XYZ22.8831.765.27-
YUV137.3957.24123.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 165 (64.84% from 255) = 53.57%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=42.53%
G=53.57%
B=3.90%

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
Decimal131165120.2100.930.3573.3386.4434.71
Hex83A5C1505D23495623
Octal203245142501354311112643
Binary10000011101001011100101010101110110001110010011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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