#88A71F

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

Shades of Limerick #88A71F

Tints of Limerick #88A71F

Color information

#88A71F (or 0x88A71F) is unknown color: approx Limerick. HEX triplet: 88, A7 and 1F. RGB value is (136,167,31). Sum of RGB (Red+Green+Blue) = 136+167+31=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #88A71F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A71F is #7758E0. Grayscale: #8E8E8E. Windows color (decimal): -7821537 or 2074504. OLE color: 2074504.

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

Color convert

RGB13616731-
CMYK0.1900.810.35
HSL73.68º68.69%38.82%-
HSV(B)73.68º81.44%65.49%-
XYZ24.2232.976.38-
YUV142.2365.23123.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 167 (65.62% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 9.28%
R=40.72%
G=50%
B=9.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136167310.1900.810.3573.6868.6938.82
Hex88A71F13051234a4527
Octal210247372301214311210547
Binary100010001010011111111100110101000110001110010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,167,31); }

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

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

 a { background-color: rgb(136,167,31); }

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

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

 span { border-color: rgb(136,167,31); }

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