Html Css Color HEX #9CA16E Green Smoke

📋 copy color: '#9CA16E'

red 156 ◦ green 161 ◦ blue 110

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

Shades of Green Smoke #9CA16E

Tints of Green Smoke #9CA16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 36.53%
G = 37.7%
B = 25.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#9CA16E (or 0x9CA16E) is known color: Green Smoke. HEX triplet: 9C, A1 and 6E. RGB value is (156,161,110). Sum of RGB (Red+Green+Blue) = 156+161+110=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA16E is #635E91. Grayscale: #999999. Windows color (decimal): -6512274 or 7250332. OLE color: 7250332.

HSL color Cylindrical-coordinate representation of color #9CA16E: hue angle of 65.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA16E is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 161 110 -
CMYK 0.03 0 0.32 0.37
HSL 65.88º 0.21% 0.53% -
HSV(B) 65.88º 0.32% 0.63% -
XYZ 29.27 33.68 19.71 -
YUV 153.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 156 161 110 0.03 0 0.32 0.37 65.88 0.21 0.53
Hex 9C A1 6E 3 0 20 25 42 15 35
Octal 234 241 156 3 0 40 45 102 25 65
Binary 10011100 10100001 1101110 11 0 100000 100101 1000010 10101 110101

Color Harmonies of #9CA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA16E

Black with #9CA16E

Text Example


Text Example

White with #9CA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,161,110); }

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

background-color css

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

 a { background-color: rgb(156,161,110); }

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

border-color css

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

 span { border-color: rgb(156,161,110); }

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