#8AB732

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

Shades of Limerick #8AB732

Tints of Limerick #8AB732

Color information

#8AB732 (or 0x8AB732) is unknown color: approx Limerick. HEX triplet: 8A, B7 and 32. RGB value is (138,183,50). Sum of RGB (Red+Green+Blue) = 138+183+50=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB732 is #7548CD. Grayscale: #9A9A9A. Windows color (decimal): -7686350 or 3323786. OLE color: 3323786.

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

Color convert

RGB13818350-
CMYK0.2500.730.28
HSL80.3º57.08%45.69%-
HSV(B)80.3º72.68%71.76%-
XYZ27.9939.59.17-
YUV154.3869.09116.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=37.20%
G=49.33%
B=13.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183500.2500.730.2880.357.0845.69
Hex8AB732190491C50392e
Octal21226762310111341207156
Binary10001010101101111100101100101001001111001010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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