#9BAC5E

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

Shades of Green Smoke #9BAC5E

Tints of Green Smoke #9BAC5E

Color information

#9BAC5E (or 0x9BAC5E) is unknown color: approx Green Smoke. HEX triplet: 9B, AC and 5E. RGB value is (155,172,94). Sum of RGB (Red+Green+Blue) = 155+172+94=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC5E is #6453A1. Grayscale: #9E9E9E. Windows color (decimal): -6575010 or 6204571. OLE color: 6204571.

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

Color convert

RGB15517294-
CMYK0.1000.450.33
HSL73.08º31.97%52.16%-
HSV(B)73.08º45.35%67.45%-
XYZ30.2937.2816.19-
YUV158.0291.87125.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=36.82%
G=40.86%
B=22.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155172940.1000.450.3373.0831.9752.16
Hex9BAC5EA02D21492034
Octal23325413612055411114064
Binary10011011101011001011110101001011011000011001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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