#9DB161

Color #9DB161 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9DB161

Tints of Green Smoke #9DB161

Color information

#9DB161 (or 0x9DB161) is unknown color: approx Green Smoke. HEX triplet: 9D, B1 and 61. RGB value is (157,177,97). Sum of RGB (Red+Green+Blue) = 157+177+97=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB161 is #624E9E. Grayscale: #A2A2A2. Windows color (decimal): -6442655 or 6402461. OLE color: 6402461.

HSL color Cylindrical-coordinate representation of color #9DB161: hue angle of 75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DB161 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB15717797-
CMYK0.1100.450.31
HSL75º33.9%53.73%-
HSV(B)75º45.2%69.41%-
XYZ31.7839.4817.25-
YUV161.991.37124.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=36.43%
G=41.07%
B=22.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157177970.1100.450.317533.953.73
Hex9DB161B02D1F4b2236
Octal23526114113055371134266
Binary1001110110110001110000110110101101111111001011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,97); }

 H1.HeaderClassName
 {
   color: #9DB161;
 }
 .AnyTagClassName
 {
   color: #9DB161;
 }
</style>
background-color css

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

 a { background-color: rgb(157,177,97); }

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

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

 span { border-color: rgb(157,177,97); }

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