#889F2B

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

Shades of Limerick #889F2B

Tints of Limerick #889F2B

Color information

#889F2B (or 0x889F2B) is unknown color: approx Limerick. HEX triplet: 88, 9F and 2B. RGB value is (136,159,43). Sum of RGB (Red+Green+Blue) = 136+159+43=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #889F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F2B is #7760D4. Grayscale: #8B8B8B. Windows color (decimal): -7823573 or 2858888. OLE color: 2858888.

HSL color Cylindrical-coordinate representation of color #889F2B: hue angle of 71.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #889F2B is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB13615943-
CMYK0.1400.730.38
HSL71.9º57.43%39.61%-
HSV(B)71.9º72.96%62.35%-
XYZ22.9930.26.9-
YUV138.973.88125.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 43 (17.19% from 255) = 12.72%
R=40.24%
G=47.04%
B=12.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136159430.1400.730.3871.957.4339.61
Hex889F2BE04926483928
Octal21023753160111461107150
Binary10001000100111111010111110010010011001101001000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889F2B; }

 p { color: rgb(136,159,43); }

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

<style>
 a { background-color: #889F2B; }

 a { background-color: rgb(136,159,43); }

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

<style>
 span { border-color: #889F2B; }

 span { border-color: rgb(136,159,43); }

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