#88AA36

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

Shades of Limerick #88AA36

Tints of Limerick #88AA36

Color information

#88AA36 (or 0x88AA36) is unknown color: approx Limerick. HEX triplet: 88, AA and 36. RGB value is (136,170,54). Sum of RGB (Red+Green+Blue) = 136+170+54=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA36 is #7755C9. Grayscale: #939393. Windows color (decimal): -7820746 or 3582600. OLE color: 3582600.

HSL color Cylindrical-coordinate representation of color #88AA36: hue angle of 77.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88AA36 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB13617054-
CMYK0.2000.680.33
HSL77.59º51.79%43.92%-
HSV(B)77.59º68.24%66.67%-
XYZ25.1934.258.77-
YUV146.6175.74120.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 54 (21.48% from 255) = 15%
R=37.78%
G=47.22%
B=15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136170540.2000.680.3377.5951.7943.92
Hex88AA3614044214e342c
Octal21025266240104411166454
Binary100010001010101011011010100010001001000011001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,170,54); }

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

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

 a { background-color: rgb(136,170,54); }

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

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

 span { border-color: rgb(136,170,54); }

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