#88AC34

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

Shades of Limerick #88AC34

Tints of Limerick #88AC34

Color information

#88AC34 (or 0x88AC34) is unknown color: approx Limerick. HEX triplet: 88, AC and 34. RGB value is (136,172,52). Sum of RGB (Red+Green+Blue) = 136+172+52=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AC34 is #7753CB. Grayscale: #939393. Windows color (decimal): -7820236 or 3452040. OLE color: 3452040.

HSL color Cylindrical-coordinate representation of color #88AC34: hue angle of 78º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88AC34 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB13617252-
CMYK0.2100.700.33
HSL78º53.57%43.92%-
HSV(B)78º69.77%67.45%-
XYZ25.5334.998.66-
YUV147.5674.07119.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 52 (20.70% from 255) = 14.44%
R=37.78%
G=47.78%
B=14.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136172520.2100.700.337853.5743.92
Hex88AC3415046214e362c
Octal21025464250106411166654
Binary100010001010110011010010101010001101000011001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AC34; }

 p { color: rgb(136,172,52); }

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

<style>
 a { background-color: #88AC34; }

 a { background-color: rgb(136,172,52); }

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

<style>
 span { border-color: #88AC34; }

 span { border-color: rgb(136,172,52); }

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