#9BB355

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

Shades of Green Smoke #9BB355

Tints of Green Smoke #9BB355

Color information

#9BB355 (or 0x9BB355) is unknown color: approx Green Smoke. HEX triplet: 9B, B3 and 55. RGB value is (155,179,85). Sum of RGB (Red+Green+Blue) = 155+179+85=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB355 is #644CAA. Grayscale: #A1A1A1. Windows color (decimal): -6573227 or 5616539. OLE color: 5616539.

HSL color Cylindrical-coordinate representation of color #9BB355: hue angle of 75.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BB355 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB15517985-
CMYK0.1300.530.30
HSL75.32º38.21%51.76%-
HSV(B)75.32º52.51%70.2%-
XYZ31.2839.8614.64-
YUV161.1185.05123.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 85 (33.59% from 255) = 20.29%
R=36.99%
G=42.72%
B=20.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155179850.1300.530.3075.3238.2151.76
Hex9BB355D0351E4b2634
Octal23326312515065361134664
Binary1001101110110011101010111010110101111101001011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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