#8BB122

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

Shades of Limerick #8BB122

Tints of Limerick #8BB122

Color information

#8BB122 (or 0x8BB122) is unknown color: approx Limerick. HEX triplet: 8B, B1 and 22. RGB value is (139,177,34). Sum of RGB (Red+Green+Blue) = 139+177+34=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB122 is #744EDD. Grayscale: #959595. Windows color (decimal): -7622366 or 2273675. OLE color: 2273675.

HSL color Cylindrical-coordinate representation of color #8BB122: hue angle of 75.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BB122 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB13917734-
CMYK0.2100.810.31
HSL75.94º67.77%41.37%-
HSV(B)75.94º80.79%69.41%-
XYZ26.6637.057.26-
YUV149.3462.91120.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 34 (13.67% from 255) = 9.71%
R=39.71%
G=50.57%
B=9.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177340.2100.810.3175.9467.7741.37
Hex8BB122150511F4c4429
Octal213261422501213711410451
Binary100010111011000110001010101010100011111110011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,34); }

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

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

 a { background-color: rgb(139,177,34); }

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

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

 span { border-color: rgb(139,177,34); }

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