#81A40B

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

Shades of Lima #81A40B

Tints of Lima #81A40B

Color information

#81A40B (or 0x81A40B) is unknown color: approx Lima. HEX triplet: 81, A4 and 0B. RGB value is (129,164,11). Sum of RGB (Red+Green+Blue) = 129+164+11=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #81A40B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A40B is #7E5BF4. Grayscale: #888888. Windows color (decimal): -8281077 or 763009. OLE color: 763009.

HSL color Cylindrical-coordinate representation of color #81A40B: hue angle of 73.73º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81A40B is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB12916411-
CMYK0.2100.930.36
HSL73.73º87.43%34.31%-
HSV(B)73.73º93.29%64.31%-
XYZ22.3931.245.17-
YUV136.0957.4122.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 164 (64.45% from 255) = 53.95%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=42.43%
G=53.95%
B=3.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129164110.2100.930.3673.7387.4334.31
Hex81A4B1505D244a5722
Octal201244132501354411212742
Binary10000001101001001011101010101110110010010010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,11); }

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

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

 a { background-color: rgb(129,164,11); }

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

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

 span { border-color: rgb(129,164,11); }

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