#80B922

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

Shades of Lima #80B922

Tints of Lima #80B922

Color information

#80B922 (or 0x80B922) is unknown color: approx Lima. HEX triplet: 80, B9 and 22. RGB value is (128,185,34). Sum of RGB (Red+Green+Blue) = 128+185+34=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #80B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B922 is #7F46DD. Grayscale: #979797. Windows color (decimal): -8341214 or 2275712. OLE color: 2275712.

HSL color Cylindrical-coordinate representation of color #80B922: hue angle of 82.65º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80B922 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB12818534-
CMYK0.3100.820.27
HSL82.65º68.95%42.94%-
HSV(B)82.65º81.62%72.55%-
XYZ26.5439.47.72-
YUV150.7462.12111.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 185 (72.66% from 255) = 53.31%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=36.89%
G=53.31%
B=9.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128185340.3100.820.2782.6568.9542.94
Hex80B9221F0521B53452b
Octal200271423701223312310553
Binary100000001011100110001011111010100101101110100111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B922; }

 p { color: rgb(128,185,34); }

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

<style>
 a { background-color: #80B922; }

 a { background-color: rgb(128,185,34); }

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

<style>
 span { border-color: #80B922; }

 span { border-color: rgb(128,185,34); }

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