Html Css Color HEX #9AAA52 Green Smoke

📋 copy color: '#9AAA52'

red 154 ◦ green 170 ◦ blue 82

#9AAA52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9AAA52

Tints of Green Smoke #9AAA52

RGB

 RED value IS 154 (60.55% from 255) = 37.93%

 GREEN value IS 170 (66.8% from 255) = 41.87%

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 37.93%
G = 41.87%
B = 20.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#9AAA52 (or 0x9AAA52) is known color: 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

RGB 154 170 82 -
CMYK 0.09 0 0.52 0.33
HSL 70.91º 0.35% 0.49% -
HSV(B) 70.91º 0.52% 0.67% -
XYZ 29.22 36.23 13.44 -
YUV 155.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 154 170 82 0.09 0 0.52 0.33 70.91 0.35 0.49
Hex 9A AA 52 9 0 34 21 47 23 31
Octal 232 252 122 11 0 64 41 107 43 61
Binary 10011010 10101010 1010010 1001 0 110100 100001 1000111 100011 110001

Color Harmonies of #9AAA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA52

Black with #9AAA52

Text Example


Text Example

White with #9AAA52

Text Example


Text Example

HTML Codes & Css Web 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>