#88A51B

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

Shades of Limerick #88A51B

Tints of Limerick #88A51B

Color information

#88A51B (or 0x88A51B) is unknown color: approx Limerick. HEX triplet: 88, A5 and 1B. RGB value is (136,165,27). Sum of RGB (Red+Green+Blue) = 136+165+27=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #88A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A51B is #775AE4. Grayscale: #8D8D8D. Windows color (decimal): -7822053 or 1811848. OLE color: 1811848.

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

Color convert

RGB13616527-
CMYK0.1800.840.35
HSL72.61º71.88%37.65%-
HSV(B)72.61º83.64%64.71%-
XYZ23.8132.226-
YUV140.663.89124.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 165 (64.84% from 255) = 50.30%
BLUE value IS 27 (10.94% from 255) = 8.23%
R=41.46%
G=50.30%
B=8.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136165270.1800.840.3572.6171.8837.65
Hex88A51B1205423494826
Octal210245332201244311111046
Binary100010001010010111011100100101010010001110010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,165,27); }

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

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

 a { background-color: rgb(136,165,27); }

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

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

 span { border-color: rgb(136,165,27); }

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