#9BAE5D

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

Shades of Green Smoke #9BAE5D

Tints of Green Smoke #9BAE5D

Color information

#9BAE5D (or 0x9BAE5D) is unknown color: approx Green Smoke. HEX triplet: 9B, AE and 5D. RGB value is (155,174,93). Sum of RGB (Red+Green+Blue) = 155+174+93=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE5D is #6451A2. Grayscale: #9F9F9F. Windows color (decimal): -6574499 or 6139547. OLE color: 6139547.

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

Color convert

RGB15517493-
CMYK0.1100.470.32
HSL74.07º33.33%52.35%-
HSV(B)74.07º46.55%68.24%-
XYZ30.6338.0316.08-
YUV159.0890.71125.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=36.73%
G=41.23%
B=22.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174930.1100.470.3274.0733.3352.35
Hex9BAE5DB02F204a2134
Octal23325613513057401124164
Binary10011011101011101011101101101011111000001001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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