#9BA447

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

Shades of Green Smoke #9BA447

Tints of Green Smoke #9BA447

Color information

#9BA447 (or 0x9BA447) is unknown color: approx Green Smoke. HEX triplet: 9B, A4 and 47. RGB value is (155,164,71). Sum of RGB (Red+Green+Blue) = 155+164+71=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA447 is #645BB8. Grayscale: #979797. Windows color (decimal): -6577081 or 4695195. OLE color: 4695195.

HSL color Cylindrical-coordinate representation of color #9BA447: hue angle of 65.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BA447 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB15516471-
CMYK0.0500.570.36
HSL65.81º39.57%46.08%-
HSV(B)65.81º56.71%64.31%-
XYZ27.9333.9711.05-
YUV150.7183.02131.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 71 (28.12% from 255) = 18.21%
R=39.74%
G=42.05%
B=18.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155164710.0500.570.3665.8139.5746.08
Hex9BA44750392442282e
Octal2332441075071441025056
Binary1001101110100100100011110101110011001001000010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,71); }

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

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

 a { background-color: rgb(155,164,71); }

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

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

 span { border-color: rgb(155,164,71); }

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