Html Css Color HEX #9CA56E Green Smoke

📋 copy color: '#9CA56E'

red 156 ◦ green 165 ◦ blue 110

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

Shades of Green Smoke #9CA56E

Tints of Green Smoke #9CA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

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

R = 36.19%
G = 38.28%
B = 25.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#9CA56E (or 0x9CA56E) is known color: Green Smoke. HEX triplet: 9C, A5 and 6E. RGB value is (156,165,110). Sum of RGB (Red+Green+Blue) = 156+165+110=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA56E is #635A91. Grayscale: #9C9C9C. Windows color (decimal): -6511250 or 7251356. OLE color: 7251356.

HSL color Cylindrical-coordinate representation of color #9CA56E: hue angle of 69.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CA56E is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 110 -
CMYK 0.05 0 0.33 0.35
HSL 69.82º 0.23% 0.54% -
HSV(B) 69.82º 0.33% 0.65% -
XYZ 29.98 35.1 19.95 -
YUV 156.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 156 165 110 0.05 0 0.33 0.35 69.82 0.23 0.54
Hex 9C A5 6E 5 0 21 23 46 17 36
Octal 234 245 156 5 0 41 43 106 27 66
Binary 10011100 10100101 1101110 101 0 100001 100011 1000110 10111 110110

Color Harmonies of #9CA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA56E

Black with #9CA56E

Text Example


Text Example

White with #9CA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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