#9BAB55

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

Shades of Green Smoke #9BAB55

Tints of Green Smoke #9BAB55

Color information

#9BAB55 (or 0x9BAB55) is unknown color: approx Green Smoke. HEX triplet: 9B, AB and 55. RGB value is (155,171,85). Sum of RGB (Red+Green+Blue) = 155+171+85=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB55 is #6454AA. Grayscale: #9C9C9C. Windows color (decimal): -6575275 or 5614491. OLE color: 5614491.

HSL color Cylindrical-coordinate representation of color #9BAB55: hue angle of 71.16º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BAB55 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB15517185-
CMYK0.0900.500.33
HSL71.16º33.86%50.2%-
HSV(B)71.16º50.29%67.06%-
XYZ29.7236.7514.12-
YUV156.4187.7126.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=37.71%
G=41.61%
B=20.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155171850.0900.500.3371.1633.8650.2
Hex9BAB55903221472232
Octal23325312511062411074262
Binary10011011101010111010101100101100101000011000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,85); }

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

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

 a { background-color: rgb(155,171,85); }

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

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

 span { border-color: rgb(155,171,85); }

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