#9BAE49

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

Shades of Green Smoke #9BAE49

Tints of Green Smoke #9BAE49

Color information

#9BAE49 (or 0x9BAE49) is unknown color: approx Green Smoke. HEX triplet: 9B, AE and 49. RGB value is (155,174,73). Sum of RGB (Red+Green+Blue) = 155+174+73=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE49 is #6451B6. Grayscale: #9D9D9D. Windows color (decimal): -6574519 or 4828827. OLE color: 4828827.

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

Color convert

RGB15517473-
CMYK0.1100.580.32
HSL71.29º40.89%48.43%-
HSV(B)71.29º58.05%68.24%-
XYZ29.8637.7212.01-
YUV156.880.71126.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=38.56%
G=43.28%
B=18.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174730.1100.580.3271.2940.8948.43
Hex9BAE49B03A20472930
Octal23325611113072401075160
Binary10011011101011101001001101101110101000001000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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