#8AB928

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

Shades of Limerick #8AB928

Tints of Limerick #8AB928

Color information

#8AB928 (or 0x8AB928) is unknown color: approx Limerick. HEX triplet: 8A, B9 and 28. RGB value is (138,185,40). Sum of RGB (Red+Green+Blue) = 138+185+40=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB928 is #7546D7. Grayscale: #9A9A9A. Windows color (decimal): -7685848 or 2668938. OLE color: 2668938.

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

Color convert

RGB13818540-
CMYK0.2500.780.27
HSL79.45º64.44%44.12%-
HSV(B)79.45º78.38%72.55%-
XYZ28.2140.258.29-
YUV154.4263.43116.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 185 (72.66% from 255) = 50.96%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=38.02%
G=50.96%
B=11.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185400.2500.780.2779.4564.4444.12
Hex8AB9281904E1B4f402c
Octal212271503101163311710054
Binary100010101011100110100011001010011101101110011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,40); }

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

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

 a { background-color: rgb(138,185,40); }

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

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

 span { border-color: rgb(138,185,40); }

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