Html Css Color HEX #9AAA4B Green Smoke

📋 copy color: '#9AAA4B'

red 154 ◦ green 170 ◦ blue 75

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

Shades of Green Smoke #9AAA4B

Tints of Green Smoke #9AAA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 38.6%
G = 42.61%
B = 18.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#9AAA4B (or 0x9AAA4B) is known color: Green Smoke. HEX triplet: 9A, AA and 4B. RGB value is (154,170,75). Sum of RGB (Red+Green+Blue) = 154+170+75=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA4B is #6555B4. Grayscale: #9A9A9A. Windows color (decimal): -6641077 or 4958874. OLE color: 4958874.

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

Color convert

RGB 154 170 75 -
CMYK 0.09 0 0.56 0.33
HSL 70.11º 0.39% 0.48% -
HSV(B) 70.11º 0.56% 0.67% -
XYZ 28.97 36.13 12.1 -
YUV 154.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 154 170 75 0.09 0 0.56 0.33 70.11 0.39 0.48
Hex 9A AA 4B 9 0 38 21 46 27 30
Octal 232 252 113 11 0 70 41 106 47 60
Binary 10011010 10101010 1001011 1001 0 111000 100001 1000110 100111 110000

Color Harmonies of #9AAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA4B

Black with #9AAA4B

Text Example


Text Example

White with #9AAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AAA4B;
 }
 .AnyTagClassName
 {
   color: #9AAA4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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