#8BB42E

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

Shades of Limerick #8BB42E

Tints of Limerick #8BB42E

Color information

#8BB42E (or 0x8BB42E) is unknown color: approx Limerick. HEX triplet: 8B, B4 and 2E. RGB value is (139,180,46). Sum of RGB (Red+Green+Blue) = 139+180+46=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB42E is #744BD1. Grayscale: #989898. Windows color (decimal): -7621586 or 3060875. OLE color: 3060875.

HSL color Cylindrical-coordinate representation of color #8BB42E: hue angle of 78.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BB42E is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB13918046-
CMYK0.2300.740.29
HSL78.36º59.29%44.31%-
HSV(B)78.36º74.44%70.59%-
XYZ27.4638.338.54-
YUV152.4667.92118.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=38.08%
G=49.32%
B=12.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180460.2300.740.2978.3659.2944.31
Hex8BB42E1704A1D4e3b2c
Octal21326456270112351167354
Binary10001011101101001011101011101001010111011001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,46); }

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

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

 a { background-color: rgb(139,180,46); }

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

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

 span { border-color: rgb(139,180,46); }

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