Html Css Color HEX #9CB165 Green Smoke

📋 copy color: '#9CB165'

red 156 ◦ green 177 ◦ blue 101

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

Shades of Green Smoke #9CB165

Tints of Green Smoke #9CB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 35.94%
G = 40.78%
B = 23.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#9CB165 (or 0x9CB165) is known color: Green Smoke. HEX triplet: 9C, B1 and 65. RGB value is (156,177,101). Sum of RGB (Red+Green+Blue) = 156+177+101=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB165 is #634E9A. Grayscale: #A2A2A2. Windows color (decimal): -6508187 or 6664604. OLE color: 6664604.

HSL color Cylindrical-coordinate representation of color #9CB165: hue angle of 76.58º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CB165 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 101 -
CMYK 0.12 0 0.43 0.31
HSL 76.58º 0.33% 0.55% -
HSV(B) 76.58º 0.43% 0.69% -
XYZ 31.78 39.45 18.25 -
YUV 162.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 156 177 101 0.12 0 0.43 0.31 76.58 0.33 0.55
Hex 9C B1 65 C 0 2B 1F 4D 21 37
Octal 234 261 145 14 0 53 37 115 41 67
Binary 10011100 10110001 1100101 1100 0 101011 11111 1001101 100001 110111

Color Harmonies of #9CB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB165

Black with #9CB165

Text Example


Text Example

White with #9CB165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,101); }

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

background-color css

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

 a { background-color: rgb(156,177,101); }

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

border-color css

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

 span { border-color: rgb(156,177,101); }

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