#8AB338

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

Shades of Limerick #8AB338

Tints of Limerick #8AB338

Color information

#8AB338 (or 0x8AB338) is unknown color: approx Limerick. HEX triplet: 8A, B3 and 38. RGB value is (138,179,56). Sum of RGB (Red+Green+Blue) = 138+179+56=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB338 is #754CC7. Grayscale: #999999. Windows color (decimal): -7687368 or 3715978. OLE color: 3715978.

HSL color Cylindrical-coordinate representation of color #8AB338: hue angle of 80º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB338 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB13817956-
CMYK0.2300.690.30
HSL80º52.34%46.08%-
HSV(B)80º68.72%70.2%-
XYZ27.3237.939.62-
YUV152.7273.42117.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=37.00%
G=47.99%
B=15.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138179560.2300.690.308052.3446.08
Hex8AB338170451E50342e
Octal21226370270105361206456
Binary10001010101100111110001011101000101111101010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,56); }

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

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

 a { background-color: rgb(138,179,56); }

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

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

 span { border-color: rgb(138,179,56); }

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