#9bae50

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

Shades of Green Smoke #9BAE50

Tints of Green Smoke #9BAE50

Color information

#9BAE50 (or 0x9BAE50) is unknown color: approx Green Smoke. HEX triplet: 9B, AE and 50. RGB value is (155,174,80). Sum of RGB (Red+Green+Blue) = 155+174+80=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE50 is #6451AF. Grayscale: #9D9D9D. Windows color (decimal): -6574512 or 5287579. OLE color: 5287579.

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

Color convert

RGB15517480-
CMYK0.1100.540.32
HSL72.13º37.01%49.8%-
HSV(B)72.13º54.02%68.24%-
XYZ30.137.8213.3-
YUV157.684.21126.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=37.90%
G=42.54%
B=19.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174800.1100.540.3272.1337.0149.8
Hex9BAE50B03620482532
Octal23325612013066401104562
Binary10011011101011101010000101101101101000001001000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bae50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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