#81A515

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

Shades of Lima #81A515

Tints of Lima #81A515

Color information

#81A515 (or 0x81A515) is unknown color: approx Lima. HEX triplet: 81, A5 and 15. RGB value is (129,165,21). Sum of RGB (Red+Green+Blue) = 129+165+21=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #81A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A515 is #7E5AEA. Grayscale: #8A8A8A. Windows color (decimal): -8280811 or 1418625. OLE color: 1418625.

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

Color convert

RGB12916521-
CMYK0.2200.870.35
HSL75º77.42%36.47%-
HSV(B)75º87.27%64.71%-
XYZ22.6431.635.62-
YUV137.8262.07121.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=40.95%
G=52.38%
B=6.67%

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
Decimal129165210.2200.870.357577.4236.47
Hex81A51516057234b4d24
Octal201245252601274311311544
Binary100000011010010110101101100101011110001110010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A515; }

 p { color: rgb(129,165,21); }

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

<style>
 a { background-color: #81A515; }

 a { background-color: rgb(129,165,21); }

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

<style>
 span { border-color: #81A515; }

 span { border-color: rgb(129,165,21); }

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