#9BA160

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

Shades of Green Smoke #9BA160

Tints of Green Smoke #9BA160

Color information

#9BA160 (or 0x9BA160) is unknown color: approx Green Smoke. HEX triplet: 9B, A1 and 60. RGB value is (155,161,96). Sum of RGB (Red+Green+Blue) = 155+161+96=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA160 is #645E9F. Grayscale: #989898. Windows color (decimal): -6577824 or 6332827. OLE color: 6332827.

HSL color Cylindrical-coordinate representation of color #9BA160: hue angle of 65.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA160 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB15516196-
CMYK0.0400.400.37
HSL65.54º25.69%50.39%-
HSV(B)65.54º40.37%63.14%-
XYZ28.3733.316-
YUV151.896.51130.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=37.62%
G=39.08%
B=23.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal155161960.0400.400.3765.5425.6950.39
Hex9BA160402825421a32
Octal2332411404050451023262
Binary100110111010000111000001000101000100101100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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