#83A705

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

Shades of Lima #83A705

Tints of Lima #83A705

Color information

#83A705 (or 0x83A705) is unknown color: approx Lima. HEX triplet: 83, A7 and 05. RGB value is (131,167,5). Sum of RGB (Red+Green+Blue) = 131+167+5=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #83A705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A705 is #7C58FA. Grayscale: #8A8A8A. Windows color (decimal): -8149243 or 370563. OLE color: 370563.

HSL color Cylindrical-coordinate representation of color #83A705: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83A705 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB1311675-
CMYK0.2200.970.35
HSL73.33º94.19%33.73%-
HSV(B)73.33º97.01%65.49%-
XYZ23.2132.475.19-
YUV137.7753.07123.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=43.23%
G=55.12%
B=1.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13116750.2200.970.3573.3394.1933.73
Hex83A751606123495e22
Octal20324752601414311113642
Binary1000001110100111101101100110000110001110010011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,167,5); }

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

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

 a { background-color: rgb(131,167,5); }

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

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

 span { border-color: rgb(131,167,5); }

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