#9AA92B

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

Shades of Limerick #9AA92B

Tints of Limerick #9AA92B

Color information

#9AA92B (or 0x9AA92B) is unknown color: approx Limerick. HEX triplet: 9A, A9 and 2B. RGB value is (154,169,43). Sum of RGB (Red+Green+Blue) = 154+169+43=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA92B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA92B is #6556D4. Grayscale: #969696. Windows color (decimal): -6641365 or 2861466. OLE color: 2861466.

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

Color convert

RGB15416943-
CMYK0.0900.750.34
HSL67.14º59.43%41.57%-
HSV(B)67.14º74.56%66.27%-
XYZ27.9535.427.65-
YUV150.1567.53130.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=42.08%
G=46.17%
B=11.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154169430.0900.750.3467.1459.4341.57
Hex9AA92B904B22433b2a
Octal23225153110113421037352
Binary10011010101010011010111001010010111000101000011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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