#8AB926

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

Shades of Limerick #8AB926

Tints of Limerick #8AB926

Color information

#8AB926 (or 0x8AB926) is unknown color: approx Limerick. HEX triplet: 8A, B9 and 26. RGB value is (138,185,38). Sum of RGB (Red+Green+Blue) = 138+185+38=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB926 is #7546D9. Grayscale: #9A9A9A. Windows color (decimal): -7685850 or 2537866. OLE color: 2537866.

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

Color convert

RGB13818538-
CMYK0.2500.790.27
HSL79.18º65.92%43.73%-
HSV(B)79.18º79.46%72.55%-
XYZ28.1840.248.12-
YUV154.1962.43116.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 38 (15.23% from 255) = 10.53%
R=38.23%
G=51.25%
B=10.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185380.2500.790.2779.1865.9243.73
Hex8AB9261904F1B4f422c
Octal212271463101173311710254
Binary100010101011100110011011001010011111101110011111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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