#83AB0A

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

Shades of Lima #83AB0A

Tints of Lima #83AB0A

Color information

#83AB0A (or 0x83AB0A) is unknown color: approx Lima. HEX triplet: 83, AB and 0A. RGB value is (131,171,10). Sum of RGB (Red+Green+Blue) = 131+171+10=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB0A is #7C54F5. Grayscale: #8D8D8D. Windows color (decimal): -8148214 or 699267. OLE color: 699267.

HSL color Cylindrical-coordinate representation of color #83AB0A: hue angle of 74.91º 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 #83AB0A is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB13117110-
CMYK0.2300.940.33
HSL74.91º88.95%35.49%-
HSV(B)74.91º94.15%67.06%-
XYZ23.9833.975.58-
YUV140.6954.25121.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 171 (67.19% from 255) = 54.81%
BLUE value IS 10 (4.30% from 255) = 3.21%
R=41.99%
G=54.81%
B=3.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131171100.2300.940.3374.9188.9535.49
Hex83ABA1705E214b5923
Octal203253122701364111313143
Binary10000011101010111010101110101111010000110010111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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