#9BAF60

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

Shades of Green Smoke #9BAF60

Tints of Green Smoke #9BAF60

Color information

#9BAF60 (or 0x9BAF60) is unknown color: approx Green Smoke. HEX triplet: 9B, AF and 60. RGB value is (155,175,96). Sum of RGB (Red+Green+Blue) = 155+175+96=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF60 is #64509F. Grayscale: #A0A0A0. Windows color (decimal): -6574240 or 6336411. OLE color: 6336411.

HSL color Cylindrical-coordinate representation of color #9BAF60: hue angle of 75.19º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BAF60 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB15517596-
CMYK0.1100.450.31
HSL75.19º33.05%53.14%-
HSV(B)75.19º45.14%68.63%-
XYZ30.9638.4716.86-
YUV160.0191.87124.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=36.38%
G=41.08%
B=22.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155175960.1100.450.3175.1933.0553.14
Hex9BAF60B02D1F4b2135
Octal23325714013055371134165
Binary1001101110101111110000010110101101111111001011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,96); }

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

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

 a { background-color: rgb(155,175,96); }

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

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

 span { border-color: rgb(155,175,96); }

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