#9BA16D

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

Shades of Green Smoke #9BA16D

Tints of Green Smoke #9BA16D

Color information

#9BA16D (or 0x9BA16D) is unknown color: approx Green Smoke. HEX triplet: 9B, A1 and 6D. RGB value is (155,161,109). Sum of RGB (Red+Green+Blue) = 155+161+109=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA16D is #645E92. Grayscale: #999999. Windows color (decimal): -6577811 or 7184795. OLE color: 7184795.

HSL color Cylindrical-coordinate representation of color #9BA16D: hue angle of 66.92º degrees, saturation: 0.22, 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 #9BA16D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB155161109-
CMYK0.0400.320.37
HSL66.92º21.67%52.94%-
HSV(B)66.92º32.3%63.14%-
XYZ29.0233.5619.42-
YUV153.28103.01129.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=36.47%
G=37.88%
B=25.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611090.0400.320.3766.9221.6752.94
Hex9BA16D402025431635
Octal2332411554040451032665
Binary100110111010000111011011000100000100101100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,109); }

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

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

 a { background-color: rgb(155,161,109); }

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

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

 span { border-color: rgb(155,161,109); }

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