#88AF2B

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

Shades of Limerick #88AF2B

Tints of Limerick #88AF2B

Color information

#88AF2B (or 0x88AF2B) is unknown color: approx Limerick. HEX triplet: 88, AF and 2B. RGB value is (136,175,43). Sum of RGB (Red+Green+Blue) = 136+175+43=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AF2B is #7750D4. Grayscale: #949494. Windows color (decimal): -7819477 or 2862984. OLE color: 2862984.

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

Color convert

RGB13617543-
CMYK0.2200.750.31
HSL77.73º60.55%42.75%-
HSV(B)77.73º75.43%68.63%-
XYZ25.9236.077.88-
YUV148.2968.58119.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=38.42%
G=49.44%
B=12.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136175430.2200.750.3177.7360.5542.75
Hex88AF2B1604B1F4e3d2b
Octal21025753260113371167553
Binary10001000101011111010111011001001011111111001110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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