#8BBA1E

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

Shades of Limerick #8BBA1E

Tints of Limerick #8BBA1E

Color information

#8BBA1E (or 0x8BBA1E) is unknown color: approx Limerick. HEX triplet: 8B, BA and 1E. RGB value is (139,186,30). Sum of RGB (Red+Green+Blue) = 139+186+30=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA1E is #7445E1. Grayscale: #9A9A9A. Windows color (decimal): -7620066 or 2013835. OLE color: 2013835.

HSL color Cylindrical-coordinate representation of color #8BBA1E: hue angle of 78.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BBA1E is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB13918630-
CMYK0.2500.840.27
HSL78.08º72.22%42.35%-
HSV(B)78.08º83.87%72.94%-
XYZ28.4440.77.59-
YUV154.1657.93117.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=39.15%
G=52.39%
B=8.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139186300.2500.840.2778.0872.2242.35
Hex8BBA1E190541B4e482a
Octal213272363101243311611052
Binary10001011101110101111011001010101001101110011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,30); }

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

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

 a { background-color: rgb(139,186,30); }

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

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

 span { border-color: rgb(139,186,30); }

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