#81b92e

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

Shades of Lima #81B92E

Tints of Lima #81B92E

Color information

#81B92E (or 0x81B92E) is unknown color: approx Lima. HEX triplet: 81, B9 and 2E. RGB value is (129,185,46). Sum of RGB (Red+Green+Blue) = 129+185+46=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #81B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B92E is #7E46D1. Grayscale: #989898. Windows color (decimal): -8275666 or 3062145. OLE color: 3062145.

HSL color Cylindrical-coordinate representation of color #81B92E: hue angle of 84.17º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81B92E is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB12918546-
CMYK0.3000.750.27
HSL84.17º60.17%45.29%-
HSV(B)84.17º75.14%72.55%-
XYZ26.939.568.8-
YUV152.4167.95111.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 185 (72.66% from 255) = 51.39%
BLUE value IS 46 (18.36% from 255) = 12.78%
R=35.83%
G=51.39%
B=12.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185460.3000.750.2784.1760.1745.29
Hex81B92E1E04B1B543c2d
Octal20127156360113331247455
Binary10000001101110011011101111001001011110111010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81b92e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,46); }

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

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

 a { background-color: rgb(129,185,46); }

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

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

 span { border-color: rgb(129,185,46); }

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