#8BAE13

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

Shades of Limerick #8BAE13

Tints of Limerick #8BAE13

Color information

#8BAE13 (or 0x8BAE13) is unknown color: approx Limerick. HEX triplet: 8B, AE and 13. RGB value is (139,174,19). Sum of RGB (Red+Green+Blue) = 139+174+19=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAE13 is #7451EC. Grayscale: #929292. Windows color (decimal): -7623149 or 1289867. OLE color: 1289867.

HSL color Cylindrical-coordinate representation of color #8BAE13: hue angle of 73.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BAE13 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB13917419-
CMYK0.2000.890.32
HSL73.55º80.31%37.84%-
HSV(B)73.55º89.08%68.24%-
XYZ25.935.816.16-
YUV145.8656.4123.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 19 (7.81% from 255) = 5.72%
R=41.87%
G=52.41%
B=5.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139174190.2000.890.3273.5580.3137.84
Hex8BAE1314059204a5026
Octal213256232401314011212046
Binary100010111010111010011101000101100110000010010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,174,19); }

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

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

 a { background-color: rgb(139,174,19); }

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

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

 span { border-color: rgb(139,174,19); }

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