#88A634

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

Shades of Limerick #88A634

Tints of Limerick #88A634

Color information

#88A634 (or 0x88A634) is unknown color: approx Limerick. HEX triplet: 88, A6 and 34. RGB value is (136,166,52). Sum of RGB (Red+Green+Blue) = 136+166+52=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #88A634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A634 is #7759CB. Grayscale: #909090. Windows color (decimal): -7821772 or 3450504. OLE color: 3450504.

HSL color Cylindrical-coordinate representation of color #88A634: hue angle of 75.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88A634 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB13616652-
CMYK0.1800.690.35
HSL75.79º52.29%42.75%-
HSV(B)75.79º68.67%65.1%-
XYZ24.4132.758.28-
YUV144.0376.06122.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 166 (65.23% from 255) = 46.89%
BLUE value IS 52 (20.70% from 255) = 14.69%
R=38.42%
G=46.89%
B=14.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136166520.1800.690.3575.7952.2942.75
Hex88A63412045234c342b
Octal21024664220105431146453
Binary100010001010011011010010010010001011000111001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,52); }

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

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

 a { background-color: rgb(136,166,52); }

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

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

 span { border-color: rgb(136,166,52); }

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