#88AA35

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

Shades of Limerick #88AA35

Tints of Limerick #88AA35

Color information

#88AA35 (or 0x88AA35) is unknown color: approx Limerick. HEX triplet: 88, AA and 35. RGB value is (136,170,53). Sum of RGB (Red+Green+Blue) = 136+170+53=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA35 is #7755CA. Grayscale: #929292. Windows color (decimal): -7820747 or 3517064. OLE color: 3517064.

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

Color convert

RGB13617053-
CMYK0.2000.690.33
HSL77.44º52.47%43.73%-
HSV(B)77.44º68.82%66.67%-
XYZ25.1734.248.65-
YUV146.575.24120.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=37.88%
G=47.35%
B=14.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136170530.2000.690.3377.4452.4743.73
Hex88AA3514045214d342c
Octal21025265240105411156454
Binary100010001010101011010110100010001011000011001101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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