#9BAC60

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

Shades of Green Smoke #9BAC60

Tints of Green Smoke #9BAC60

Color information

#9BAC60 (or 0x9BAC60) is unknown color: approx Green Smoke. HEX triplet: 9B, AC and 60. RGB value is (155,172,96). Sum of RGB (Red+Green+Blue) = 155+172+96=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC60 is #64539F. Grayscale: #9E9E9E. Windows color (decimal): -6575008 or 6335643. OLE color: 6335643.

HSL color Cylindrical-coordinate representation of color #9BAC60: hue angle of 73.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BAC60 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB15517296-
CMYK0.1000.440.33
HSL73.42º31.4%52.55%-
HSV(B)73.42º44.19%67.45%-
XYZ30.3837.3216.67-
YUV158.2592.87125.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=36.64%
G=40.66%
B=22.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155172960.1000.440.3373.4231.452.55
Hex9BAC60A02C21491f35
Octal23325414012054411113765
Binary1001101110101100110000010100101100100001100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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