Html Css Color HEX #9CA660 Green Smoke

📋 copy color: '#9CA660'

red 156 ◦ green 166 ◦ blue 96

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

Shades of Green Smoke #9CA660

Tints of Green Smoke #9CA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 37.32%
G = 39.71%
B = 22.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#9CA660 (or 0x9CA660) is known color: Green Smoke. HEX triplet: 9C, A6 and 60. RGB value is (156,166,96). Sum of RGB (Red+Green+Blue) = 156+166+96=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA660 is #63599F. Grayscale: #9B9B9B. Windows color (decimal): -6511008 or 6334108. OLE color: 6334108.

HSL color Cylindrical-coordinate representation of color #9CA660: hue angle of 68.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CA660 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 166 96 -
CMYK 0.06 0 0.42 0.35
HSL 68.57º 0.28% 0.51% -
HSV(B) 68.57º 0.42% 0.65% -
XYZ 29.46 35.18 16.31 -
YUV 155.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 156 166 96 0.06 0 0.42 0.35 68.57 0.28 0.51
Hex 9C A6 60 6 0 2A 23 45 1C 33
Octal 234 246 140 6 0 52 43 105 34 63
Binary 10011100 10100110 1100000 110 0 101010 100011 1000101 11100 110011

Color Harmonies of #9CA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA660

Black with #9CA660

Text Example


Text Example

White with #9CA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,166,96); }

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

background-color css

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

 a { background-color: rgb(156,166,96); }

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

border-color css

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

 span { border-color: rgb(156,166,96); }

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