#83A915

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

Shades of Lima #83A915

Tints of Lima #83A915

Color information

#83A915 (or 0x83A915) is unknown color: approx Lima. HEX triplet: 83, A9 and 15. RGB value is (131,169,21). Sum of RGB (Red+Green+Blue) = 131+169+21=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #83A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A915 is #7C56EA. Grayscale: #8D8D8D. Windows color (decimal): -8148715 or 1419651. OLE color: 1419651.

HSL color Cylindrical-coordinate representation of color #83A915: hue angle of 75.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83A915 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB13116921-
CMYK0.2200.880.34
HSL75.41º77.89%37.25%-
HSV(B)75.41º87.57%66.27%-
XYZ23.6833.265.88-
YUV140.7760.41121.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 169 (66.41% from 255) = 52.65%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=40.81%
G=52.65%
B=6.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131169210.2200.880.3475.4177.8937.25
Hex83A91516058224b4e25
Octal203251252601304211311645
Binary100000111010100110101101100101100010001010010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,169,21); }

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

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

 a { background-color: rgb(131,169,21); }

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

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

 span { border-color: rgb(131,169,21); }

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