#9AA492

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

Shades of Delta #9AA492

Tints of Delta #9AA492

Color information

#9AA492 (or 0x9AA492) is unknown color: approx Delta. HEX triplet: 9A, A4 and 92. RGB value is (154,164,146). Sum of RGB (Red+Green+Blue) = 154+164+146=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA492 is #655B6D. Grayscale: #9F9F9F. Windows color (decimal): -6642542 or 9610394. OLE color: 9610394.

HSL color Cylindrical-coordinate representation of color #9AA492: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AA492 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB154164146-
CMYK0.0600.110.36
HSL93.33º9%60.78%-
HSV(B)93.33º10.98%64.31%-
XYZ31.7935.532.37-
YUV158.96120.69124.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=33.19%
G=35.34%
B=31.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641460.0600.110.3693.33960.78
Hex9AA49260B245d93d
Octal2322442226013441351175
Binary1001101010100100100100101100101110010010111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,146); }

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

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

 a { background-color: rgb(154,164,146); }

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

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

 span { border-color: rgb(154,164,146); }

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