#9BA660

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

Shades of Green Smoke #9BA660

Tints of Green Smoke #9BA660

Color information

#9BA660 (or 0x9BA660) is unknown color: approx Green Smoke. HEX triplet: 9B, A6 and 60. RGB value is (155,166,96). Sum of RGB (Red+Green+Blue) = 155+166+96=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA660 is #64599F. Grayscale: #9B9B9B. Windows color (decimal): -6576544 or 6334107. OLE color: 6334107.

HSL color Cylindrical-coordinate representation of color #9BA660: hue angle of 69.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BA660 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB15516696-
CMYK0.0700.420.35
HSL69.43º28.23%51.37%-
HSV(B)69.43º42.17%65.1%-
XYZ29.2735.0916.3-
YUV154.7394.86128.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=37.17%
G=39.81%
B=23.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155166960.0700.420.3569.4328.2351.37
Hex9BA660702A23451c33
Octal2332461407052431053463
Binary100110111010011011000001110101010100011100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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