#9BAD60

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

Shades of Green Smoke #9BAD60

Tints of Green Smoke #9BAD60

Color information

#9BAD60 (or 0x9BAD60) is unknown color: approx Green Smoke. HEX triplet: 9B, AD and 60. RGB value is (155,173,96). Sum of RGB (Red+Green+Blue) = 155+173+96=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD60 is #64529F. Grayscale: #9F9F9F. Windows color (decimal): -6574752 or 6335899. OLE color: 6335899.

HSL color Cylindrical-coordinate representation of color #9BAD60: hue angle of 74.03º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BAD60 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB15517396-
CMYK0.1000.450.32
HSL74.03º31.95%52.75%-
HSV(B)74.03º44.51%67.84%-
XYZ30.5737.716.73-
YUV158.8492.54125.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=36.56%
G=40.80%
B=22.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155173960.1000.450.3274.0331.9552.75
Hex9BAD60A02D204a2035
Octal23325514012055401124065
Binary10011011101011011100000101001011011000001001010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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