#9AA832

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

Shades of Limerick #9AA832

Tints of Limerick #9AA832

Color information

#9AA832 (or 0x9AA832) is unknown color: approx Limerick. HEX triplet: 9A, A8 and 32. RGB value is (154,168,50). Sum of RGB (Red+Green+Blue) = 154+168+50=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA832 is #6557CD. Grayscale: #969696. Windows color (decimal): -6641614 or 3319962. OLE color: 3319962.

HSL color Cylindrical-coordinate representation of color #9AA832: hue angle of 67.12º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AA832 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB15416850-
CMYK0.0800.700.34
HSL67.12º54.13%42.75%-
HSV(B)67.12º70.24%65.88%-
XYZ27.935.118.32-
YUV150.3671.36130.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.40%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 50 (19.92% from 255) = 13.44%
R=41.40%
G=45.16%
B=13.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154168500.0800.700.3467.1254.1342.75
Hex9AA83280462243362b
Octal23225062100106421036653
Binary10011010101010001100101000010001101000101000011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,168,50); }

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

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

 a { background-color: rgb(154,168,50); }

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

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

 span { border-color: rgb(154,168,50); }

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