#9AAB31

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

Shades of Limerick #9AAB31

Tints of Limerick #9AAB31

Color information

#9AAB31 (or 0x9AAB31) is unknown color: approx Limerick. HEX triplet: 9A, AB and 31. RGB value is (154,171,49). Sum of RGB (Red+Green+Blue) = 154+171+49=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAB31 is #6554CE. Grayscale: #989898. Windows color (decimal): -6640847 or 3255194. OLE color: 3255194.

HSL color Cylindrical-coordinate representation of color #9AAB31: hue angle of 68.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9AAB31 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB15417149-
CMYK0.1000.710.33
HSL68.36º55.45%43.14%-
HSV(B)68.36º71.35%67.06%-
XYZ28.4436.228.4-
YUV152.0169.87129.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=41.18%
G=45.72%
B=13.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154171490.1000.710.3368.3655.4543.14
Hex9AAB31A0472144372b
Octal23225361120107411046753
Binary10011010101010111100011010010001111000011000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAB31; }

 p { color: rgb(154,171,49); }

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

<style>
 a { background-color: #9AAB31; }

 a { background-color: rgb(154,171,49); }

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

<style>
 span { border-color: #9AAB31; }

 span { border-color: rgb(154,171,49); }

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