#88B928

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

Shades of Limerick #88B928

Tints of Limerick #88B928

Color information

#88B928 (or 0x88B928) is unknown color: approx Limerick. HEX triplet: 88, B9 and 28. RGB value is (136,185,40). Sum of RGB (Red+Green+Blue) = 136+185+40=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #88B928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B928 is #7746D7. Grayscale: #9A9A9A. Windows color (decimal): -7816920 or 2668936. OLE color: 2668936.

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

Color convert

RGB13618540-
CMYK0.2600.780.27
HSL80.28º64.44%44.12%-
HSV(B)80.28º78.38%72.55%-
XYZ27.8940.098.28-
YUV153.8263.77115.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 40 (16.02% from 255) = 11.08%
R=37.67%
G=51.25%
B=11.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136185400.2600.780.2780.2864.4444.12
Hex88B9281A04E1B50402c
Octal210271503201163312010054
Binary100010001011100110100011010010011101101110100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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