#9AAA52

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

Shades of Green Smoke #9AAA52

Tints of Green Smoke #9AAA52

Color information

#9AAA52 (or 0x9AAA52) is unknown color: approx Green Smoke. HEX triplet: 9A, AA and 52. RGB value is (154,170,82). Sum of RGB (Red+Green+Blue) = 154+170+82=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA52 is #6555AD. Grayscale: #9B9B9B. Windows color (decimal): -6641070 or 5417626. OLE color: 5417626.

HSL color Cylindrical-coordinate representation of color #9AAA52: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AAA52 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB15417082-
CMYK0.0900.520.33
HSL70.91º34.92%49.41%-
HSV(B)70.91º51.76%66.67%-
XYZ29.2236.2313.44-
YUV155.1886.7127.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.93%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=37.93%
G=41.87%
B=20.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154170820.0900.520.3370.9134.9249.41
Hex9AAA52903421472331
Octal23225212211064411074361
Binary10011010101010101010010100101101001000011000111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,82); }

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

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

 a { background-color: rgb(154,170,82); }

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

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

 span { border-color: rgb(154,170,82); }

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