#8AB738

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

Shades of Limerick #8AB738

Tints of Limerick #8AB738

Color information

#8AB738 (or 0x8AB738) is unknown color: approx Limerick. HEX triplet: 8A, B7 and 38. RGB value is (138,183,56). Sum of RGB (Red+Green+Blue) = 138+183+56=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB738 is #7548C7. Grayscale: #9B9B9B. Windows color (decimal): -7686344 or 3717002. OLE color: 3717002.

HSL color Cylindrical-coordinate representation of color #8AB738: hue angle of 81.26º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB738 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB13818356-
CMYK0.2500.690.28
HSL81.26º53.14%46.86%-
HSV(B)81.26º69.4%71.76%-
XYZ28.1339.569.89-
YUV155.0772.09115.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=36.60%
G=48.54%
B=14.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183560.2500.690.2881.2653.1446.86
Hex8AB738190451C51352f
Octal21226770310105341216557
Binary10001010101101111110001100101000101111001010001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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