#9BAD6E

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

Shades of Green Smoke #9BAD6E

Tints of Green Smoke #9BAD6E

Color information

#9BAD6E (or 0x9BAD6E) is unknown color: approx Green Smoke. HEX triplet: 9B, AD and 6E. RGB value is (155,173,110). Sum of RGB (Red+Green+Blue) = 155+173+110=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD6E is #645291. Grayscale: #A0A0A0. Windows color (decimal): -6574738 or 7253403. OLE color: 7253403.

HSL color Cylindrical-coordinate representation of color #9BAD6E: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BAD6E is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB155173110-
CMYK0.1000.360.32
HSL77.14º27.75%55.49%-
HSV(B)77.14º36.42%67.84%-
XYZ31.2837.9820.43-
YUV160.4499.54124.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 110 (43.36% from 255) = 25.11%
R=35.39%
G=39.50%
B=25.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551731100.1000.360.3277.1427.7555.49
Hex9BAD6EA024204d1c37
Octal23325515612044401153467
Binary1001101110101101110111010100100100100000100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,110); }

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

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

 a { background-color: rgb(155,173,110); }

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

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

 span { border-color: rgb(155,173,110); }

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