#89AC3C

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

Shades of Limerick #89AC3C

Tints of Limerick #89AC3C

Color information

#89AC3C (or 0x89AC3C) is unknown color: approx Limerick. HEX triplet: 89, AC and 3C. RGB value is (137,172,60). Sum of RGB (Red+Green+Blue) = 137+172+60=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AC3C is #7653C3. Grayscale: #959595. Windows color (decimal): -7754692 or 3976329. OLE color: 3976329.

HSL color Cylindrical-coordinate representation of color #89AC3C: hue angle of 78.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89AC3C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB13717260-
CMYK0.2000.650.33
HSL78.75º48.28%45.49%-
HSV(B)78.75º65.12%67.45%-
XYZ25.8835.159.7-
YUV148.7777.9119.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=37.13%
G=46.61%
B=16.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137172600.2000.650.3378.7548.2845.49
Hex89AC3C14041214f302d
Octal21125474240101411176055
Binary100010011010110011110010100010000011000011001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AC3C; }

 p { color: rgb(137,172,60); }

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

<style>
 a { background-color: #89AC3C; }

 a { background-color: rgb(137,172,60); }

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

<style>
 span { border-color: #89AC3C; }

 span { border-color: rgb(137,172,60); }

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