#8AAB3D

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

Shades of Limerick #8AAB3D

Tints of Limerick #8AAB3D

Color information

#8AAB3D (or 0x8AAB3D) is unknown color: approx Limerick. HEX triplet: 8A, AB and 3D. RGB value is (138,171,61). Sum of RGB (Red+Green+Blue) = 138+171+61=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB3D is #7554C2. Grayscale: #959595. Windows color (decimal): -7689411 or 4041610. OLE color: 4041610.

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

Color convert

RGB13817161-
CMYK0.1900.640.33
HSL78º47.41%45.49%-
HSV(B)78º64.33%67.06%-
XYZ25.8934.879.78-
YUV148.5978.57120.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 171 (67.19% from 255) = 46.22%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=37.30%
G=46.22%
B=16.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171610.1900.640.337847.4145.49
Hex8AAB3D13040214e2f2d
Octal21225375230100411165755
Binary100010101010101111110110011010000001000011001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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