#8bb22d

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

Shades of Limerick #8BB22D

Tints of Limerick #8BB22D

Color information

#8BB22D (or 0x8BB22D) is unknown color: approx Limerick. HEX triplet: 8B, B2 and 2D. RGB value is (139,178,45). Sum of RGB (Red+Green+Blue) = 139+178+45=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB22D is #744DD2. Grayscale: #979797. Windows color (decimal): -7622099 or 2994827. OLE color: 2994827.

HSL color Cylindrical-coordinate representation of color #8BB22D: hue angle of 77.59º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BB22D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB13917845-
CMYK0.2200.750.30
HSL77.59º59.64%43.73%-
HSV(B)77.59º74.72%69.8%-
XYZ27.0437.528.3-
YUV151.1868.08119.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 178 (69.92% from 255) = 49.17%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=38.40%
G=49.17%
B=12.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139178450.2200.750.3077.5959.6443.73
Hex8BB22D1604B1E4e3c2c
Octal21326255260113361167454
Binary10001011101100101011011011001001011111101001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bb22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8bb22d; }

 p { color: rgb(139,178,45); }

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

<style>
 a { background-color: #8bb22d; }

 a { background-color: rgb(139,178,45); }

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

<style>
 span { border-color: #8bb22d; }

 span { border-color: rgb(139,178,45); }

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