#88AB38

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

Shades of Limerick #88AB38

Tints of Limerick #88AB38

Color information

#88AB38 (or 0x88AB38) is unknown color: approx Limerick. HEX triplet: 88, AB and 38. RGB value is (136,171,56). Sum of RGB (Red+Green+Blue) = 136+171+56=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AB38 is #7754C7. Grayscale: #939393. Windows color (decimal): -7820488 or 3713928. OLE color: 3713928.

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

Color convert

RGB13617156-
CMYK0.2000.670.33
HSL78.26º50.66%44.51%-
HSV(B)78.26º67.25%67.06%-
XYZ25.4334.659.09-
YUV147.4376.4119.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=37.47%
G=47.11%
B=15.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136171560.2000.670.3378.2650.6644.51
Hex88AB3814043214e332d
Octal21025370240103411166355
Binary100010001010101111100010100010000111000011001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,171,56); }

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

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

 a { background-color: rgb(136,171,56); }

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

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

 span { border-color: rgb(136,171,56); }

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