#88B73D

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

Shades of Limerick #88B73D

Tints of Limerick #88B73D

Color information

#88B73D (or 0x88B73D) is unknown color: approx Limerick. HEX triplet: 88, B7 and 3D. RGB value is (136,183,61). Sum of RGB (Red+Green+Blue) = 136+183+61=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #88B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B73D is #7748C2. Grayscale: #9B9B9B. Windows color (decimal): -7817411 or 4044680. OLE color: 4044680.

HSL color Cylindrical-coordinate representation of color #88B73D: hue angle of 83.11º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88B73D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB13618361-
CMYK0.2600.670.28
HSL83.11º50%47.84%-
HSV(B)83.11º66.67%71.76%-
XYZ27.9339.4410.56-
YUV155.0474.93114.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 183 (71.88% from 255) = 48.16%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=35.79%
G=48.16%
B=16.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136183610.2600.670.2883.115047.84
Hex88B73D1A0431C533230
Octal21026775320103341236260
Binary10001000101101111111011101001000011111001010011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,183,61); }

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

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

 a { background-color: rgb(136,183,61); }

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

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

 span { border-color: rgb(136,183,61); }

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