#83AF0A

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

Shades of Lima #83AF0A

Tints of Lima #83AF0A

Color information

#83AF0A (or 0x83AF0A) is unknown color: approx Lima. HEX triplet: 83, AF and 0A. RGB value is (131,175,10). Sum of RGB (Red+Green+Blue) = 131+175+10=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF0A is #7C50F5. Grayscale: #8F8F8F. Windows color (decimal): -8147190 or 700291. OLE color: 700291.

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

Color convert

RGB13117510-
CMYK0.2500.940.31
HSL76º89.19%36.27%-
HSV(B)76º94.29%68.63%-
XYZ24.7435.515.84-
YUV143.0352.92119.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 175 (68.75% from 255) = 55.38%
BLUE value IS 10 (4.30% from 255) = 3.16%
R=41.46%
G=55.38%
B=3.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131175100.2500.940.317689.1936.27
Hex83AFA1905E1F4c5924
Octal203257123101363711413144
Binary1000001110101111101011001010111101111110011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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