Html Css Color HEX #9CA96C Green Smoke

📋 copy color: '#9CA96C'

red 156 ◦ green 169 ◦ blue 108

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

Shades of Green Smoke #9CA96C

Tints of Green Smoke #9CA96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 36.03%
G = 39.03%
B = 24.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#9CA96C (or 0x9CA96C) is known color: Green Smoke. HEX triplet: 9C, A9 and 6C. RGB value is (156,169,108). Sum of RGB (Red+Green+Blue) = 156+169+108=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA96C is #635693. Grayscale: #9E9E9E. Windows color (decimal): -6510228 or 7121308. OLE color: 7121308.

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

Color convert

RGB 156 169 108 -
CMYK 0.08 0 0.36 0.34
HSL 72.79º 0.26% 0.54% -
HSV(B) 72.79º 0.36% 0.66% -
XYZ 30.61 36.53 19.62 -
YUV 158.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 156 169 108 0.08 0 0.36 0.34 72.79 0.26 0.54
Hex 9C A9 6C 8 0 24 22 49 1A 36
Octal 234 251 154 10 0 44 42 111 32 66
Binary 10011100 10101001 1101100 1000 0 100100 100010 1001001 11010 110110

Color Harmonies of #9CA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA96C

Black with #9CA96C

Text Example


Text Example

White with #9CA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,108); }

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

background-color css

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

 a { background-color: rgb(156,169,108); }

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

border-color css

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

 span { border-color: rgb(156,169,108); }

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