#88B92E

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

Shades of Limerick #88B92E

Tints of Limerick #88B92E

Color information

#88B92E (or 0x88B92E) is unknown color: approx Limerick. HEX triplet: 88, B9 and 2E. RGB value is (136,185,46). Sum of RGB (Red+Green+Blue) = 136+185+46=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #88B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B92E is #7746D1. Grayscale: #9B9B9B. Windows color (decimal): -7816914 or 3062152. OLE color: 3062152.

HSL color Cylindrical-coordinate representation of color #88B92E: hue angle of 81.15º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88B92E is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB13618546-
CMYK0.2600.750.27
HSL81.15º60.17%45.29%-
HSV(B)81.15º75.14%72.55%-
XYZ2840.138.86-
YUV154.566.77114.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 185 (72.66% from 255) = 50.41%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=37.06%
G=50.41%
B=12.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136185460.2600.750.2781.1560.1745.29
Hex88B92E1A04B1B513c2d
Octal21027156320113331217455
Binary10001000101110011011101101001001011110111010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,185,46); }

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

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

 a { background-color: rgb(136,185,46); }

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

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

 span { border-color: rgb(136,185,46); }

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