#83A715

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

Shades of Lima #83A715

Tints of Lima #83A715

Color information

#83A715 (or 0x83A715) is unknown color: approx Lima. HEX triplet: 83, A7 and 15. RGB value is (131,167,21). Sum of RGB (Red+Green+Blue) = 131+167+21=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 167 (65.62% from 255 or 52.35% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 167 - color contains mainly: green. Hex color #83A715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A715 is #7C58EA. Grayscale: #8C8C8C. Windows color (decimal): -8149227 or 1419139. OLE color: 1419139.

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

Color convert

RGB13116721-
CMYK0.2200.870.35
HSL74.79º77.66%36.86%-
HSV(B)74.79º87.43%65.49%-
XYZ23.3132.525.76-
YUV139.5961.07121.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 167 (65.62% from 255) = 52.35%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=41.07%
G=52.35%
B=6.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131167210.2200.870.3574.7977.6636.86
Hex83A71516057234b4e25
Octal203247252601274311311645
Binary100000111010011110101101100101011110001110010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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