#80B734

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

Shades of Lima #80B734

Tints of Lima #80B734

Color information

#80B734 (or 0x80B734) is unknown color: approx Lima. HEX triplet: 80, B7 and 34. RGB value is (128,183,52). Sum of RGB (Red+Green+Blue) = 128+183+52=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #80B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B734 is #7F48CB. Grayscale: #989898. Windows color (decimal): -8341708 or 3454848. OLE color: 3454848.

HSL color Cylindrical-coordinate representation of color #80B734: hue angle of 85.19º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80B734 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB12818352-
CMYK0.3000.720.28
HSL85.19º55.74%46.08%-
HSV(B)85.19º71.58%71.76%-
XYZ26.4638.79.33-
YUV151.6271.78111.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=35.26%
G=50.41%
B=14.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128183520.3000.720.2885.1955.7446.08
Hex80B7341E0481C55382e
Octal20026764360110341257056
Binary10000000101101111101001111001001000111001010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,183,52); }

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

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

 a { background-color: rgb(128,183,52); }

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

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

 span { border-color: rgb(128,183,52); }

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