#88AF22

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

Shades of Limerick #88AF22

Tints of Limerick #88AF22

Color information

#88AF22 (or 0x88AF22) is unknown color: approx Limerick. HEX triplet: 88, AF and 22. RGB value is (136,175,34). Sum of RGB (Red+Green+Blue) = 136+175+34=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AF22 is #7750DD. Grayscale: #939393. Windows color (decimal): -7819486 or 2273160. OLE color: 2273160.

HSL color Cylindrical-coordinate representation of color #88AF22: hue angle of 76.6º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88AF22 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB13617534-
CMYK0.2200.810.31
HSL76.6º67.46%40.98%-
HSV(B)76.6º80.57%68.63%-
XYZ25.7736.017.11-
YUV147.2764.08119.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=39.42%
G=50.72%
B=9.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136175340.2200.810.3176.667.4640.98
Hex88AF22160511F4d4329
Octal210257422601213711510351
Binary100010001010111110001010110010100011111110011011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,175,34); }

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

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

 a { background-color: rgb(136,175,34); }

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

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

 span { border-color: rgb(136,175,34); }

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