#8AAB2B

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

Shades of Limerick #8AAB2B

Tints of Limerick #8AAB2B

Color information

#8AAB2B (or 0x8AAB2B) is unknown color: approx Limerick. HEX triplet: 8A, AB and 2B. RGB value is (138,171,43). Sum of RGB (Red+Green+Blue) = 138+171+43=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB2B is #7554D4. Grayscale: #939393. Windows color (decimal): -7689429 or 2861962. OLE color: 2861962.

HSL color Cylindrical-coordinate representation of color #8AAB2B: hue angle of 75.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AAB2B is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB13817143-
CMYK0.1900.750.33
HSL75.47º59.81%41.96%-
HSV(B)75.47º74.85%67.06%-
XYZ25.4834.77.64-
YUV146.5469.57121.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=39.20%
G=48.58%
B=12.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171430.1900.750.3375.4759.8141.96
Hex8AAB2B1304B214b3c2a
Octal21225353230113411137452
Binary100010101010101110101110011010010111000011001011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,43); }

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

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

 a { background-color: rgb(138,171,43); }

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

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

 span { border-color: rgb(138,171,43); }

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