#9AA93B

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

Shades of Limerick #9AA93B

Tints of Limerick #9AA93B

Color information

#9AA93B (or 0x9AA93B) is unknown color: approx Limerick. HEX triplet: 9A, A9 and 3B. RGB value is (154,169,59). Sum of RGB (Red+Green+Blue) = 154+169+59=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA93B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA93B is #6556C4. Grayscale: #989898. Windows color (decimal): -6641349 or 3910042. OLE color: 3910042.

HSL color Cylindrical-coordinate representation of color #9AA93B: hue angle of 68.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AA93B is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB15416959-
CMYK0.0900.650.34
HSL68.18º48.25%44.71%-
HSV(B)68.18º65.09%66.27%-
XYZ28.335.569.51-
YUV151.9875.53129.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 59 (23.44% from 255) = 15.45%
R=40.31%
G=44.24%
B=15.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154169590.0900.650.3468.1848.2544.71
Hex9AA93B90412244302d
Octal23225173110101421046055
Binary10011010101010011110111001010000011000101000100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,59); }

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

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

 a { background-color: rgb(154,169,59); }

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

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

 span { border-color: rgb(154,169,59); }

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