#80B736

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

Shades of Limerick #80B736

Tints of Limerick #80B736

Color information

#80B736 (or 0x80B736) is unknown color: approx Limerick. HEX triplet: 80, B7 and 36. RGB value is (128,183,54). Sum of RGB (Red+Green+Blue) = 128+183+54=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #80B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B736 is #7F48C9. Grayscale: #989898. Windows color (decimal): -8341706 or 3585920. OLE color: 3585920.

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

Color convert

RGB12818354-
CMYK0.3000.700.28
HSL85.58º54.43%46.47%-
HSV(B)85.58º70.49%71.76%-
XYZ26.538.729.57-
YUV151.8572.78110.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=35.07%
G=50.14%
B=14.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128183540.3000.700.2885.5854.4346.47
Hex80B7361E0461C56362e
Octal20026766360106341266656
Binary10000000101101111101101111001000110111001010110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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