#9BA15D

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

Shades of Green Smoke #9BA15D

Tints of Green Smoke #9BA15D

Color information

#9BA15D (or 0x9BA15D) is unknown color: approx Green Smoke. HEX triplet: 9B, A1 and 5D. RGB value is (155,161,93). Sum of RGB (Red+Green+Blue) = 155+161+93=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA15D is #645EA2. Grayscale: #979797. Windows color (decimal): -6577827 or 6136219. OLE color: 6136219.

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

Color convert

RGB15516193-
CMYK0.0400.420.37
HSL65.29º26.77%49.8%-
HSV(B)65.29º42.24%63.14%-
XYZ28.2433.2515.29-
YUV151.4595.01130.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=37.90%
G=39.36%
B=22.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal155161930.0400.420.3765.2926.7749.8
Hex9BA15D402A25411b32
Octal2332411354052451013362
Binary100110111010000110111011000101010100101100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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