Html Css Color HEX #9CAA5B Green Smoke

📋 copy color: '#9CAA5B'

red 156 ◦ green 170 ◦ blue 91

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

Shades of Green Smoke #9CAA5B

Tints of Green Smoke #9CAA5B

RGB

 RED value IS 156 (61.33% from 255) = 37.41%

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

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 37.41%
G = 40.77%
B = 21.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#9CAA5B (or 0x9CAA5B) is known color: Green Smoke. HEX triplet: 9C, AA and 5B. RGB value is (156,170,91). Sum of RGB (Red+Green+Blue) = 156+170+91=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA5B is #6355A4. Grayscale: #9D9D9D. Windows color (decimal): -6509989 or 6007452. OLE color: 6007452.

HSL color Cylindrical-coordinate representation of color #9CAA5B: hue angle of 70.63º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CAA5B is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 91 -
CMYK 0.08 0 0.46 0.33
HSL 70.63º 0.32% 0.51% -
HSV(B) 70.63º 0.46% 0.67% -
XYZ 29.97 36.57 15.38 -
YUV 156.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 156 170 91 0.08 0 0.46 0.33 70.63 0.32 0.51
Hex 9C AA 5B 8 0 2E 21 47 20 33
Octal 234 252 133 10 0 56 41 107 40 63
Binary 10011100 10101010 1011011 1000 0 101110 100001 1000111 100000 110011

Color Harmonies of #9CAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA5B

Black with #9CAA5B

Text Example


Text Example

White with #9CAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,91); }

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

background-color css

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

 a { background-color: rgb(156,170,91); }

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

border-color css

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

 span { border-color: rgb(156,170,91); }

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