Html Css Color HEX #9AA96A Green Smoke

📋 copy color: '#9AA96A'

red 154 ◦ green 169 ◦ blue 106

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

Shades of Green Smoke #9AA96A

Tints of Green Smoke #9AA96A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 35.9%
G = 39.39%
B = 24.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#9AA96A (or 0x9AA96A) is known color: Green Smoke. HEX triplet: 9A, A9 and 6A. RGB value is (154,169,106). Sum of RGB (Red+Green+Blue) = 154+169+106=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA96A is #655695. Grayscale: #9D9D9D. Windows color (decimal): -6641302 or 6990234. OLE color: 6990234.

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

Color convert

RGB 154 169 106 -
CMYK 0.09 0 0.37 0.34
HSL 74.29º 0.27% 0.54% -
HSV(B) 74.29º 0.37% 0.66% -
XYZ 30.12 36.29 19.05 -
YUV 157.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 154 169 106 0.09 0 0.37 0.34 74.29 0.27 0.54
Hex 9A A9 6A 9 0 25 22 4A 1B 36
Octal 232 251 152 11 0 45 42 112 33 66
Binary 10011010 10101001 1101010 1001 0 100101 100010 1001010 11011 110110

Color Harmonies of #9AA96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA96A

Black with #9AA96A

Text Example


Text Example

White with #9AA96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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