#9BA556

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

Shades of Green Smoke #9BA556

Tints of Green Smoke #9BA556

Color information

#9BA556 (or 0x9BA556) is unknown color: approx Green Smoke. HEX triplet: 9B, A5 and 56. RGB value is (155,165,86). Sum of RGB (Red+Green+Blue) = 155+165+86=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA556 is #645AA9. Grayscale: #999999. Windows color (decimal): -6576810 or 5678491. OLE color: 5678491.

HSL color Cylindrical-coordinate representation of color #9BA556: hue angle of 67.59º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BA556 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB15516586-
CMYK0.0600.480.35
HSL67.59º31.47%49.22%-
HSV(B)67.59º47.88%64.71%-
XYZ28.6534.5513.96-
YUV15390.19129.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=38.18%
G=40.64%
B=21.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155165860.0600.480.3567.5931.4749.22
Hex9BA556603023441f31
Octal2332451266060431043761
Binary100110111010010110101101100110000100011100010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,165,86); }

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

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

 a { background-color: rgb(155,165,86); }

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

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

 span { border-color: rgb(155,165,86); }

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