#88B233

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

Shades of Limerick #88B233

Tints of Limerick #88B233

Color information

#88B233 (or 0x88B233) is unknown color: approx Limerick. HEX triplet: 88, B2 and 33. RGB value is (136,178,51). Sum of RGB (Red+Green+Blue) = 136+178+51=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #88B233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88B233 is #774DCC. Grayscale: #979797. Windows color (decimal): -7818701 or 3388040. OLE color: 3388040.

HSL color Cylindrical-coordinate representation of color #88B233: hue angle of 79.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88B233 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB13617851-
CMYK0.2400.710.30
HSL79.84º55.46%44.9%-
HSV(B)79.84º71.35%69.8%-
XYZ26.6737.318.93-
YUV150.9671.59117.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=37.26%
G=48.77%
B=13.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136178510.2400.710.3079.8455.4644.9
Hex88B233180471E50372d
Octal21026263300107361206755
Binary10001000101100101100111100001000111111101010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,178,51); }

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

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

 a { background-color: rgb(136,178,51); }

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

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

 span { border-color: rgb(136,178,51); }

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