#9BA259

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

Shades of Green Smoke #9BA259

Tints of Green Smoke #9BA259

Color information

#9BA259 (or 0x9BA259) is unknown color: approx Green Smoke. HEX triplet: 9B, A2 and 59. RGB value is (155,162,89). Sum of RGB (Red+Green+Blue) = 155+162+89=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA259 is #645DA6. Grayscale: #979797. Windows color (decimal): -6577575 or 5874331. OLE color: 5874331.

HSL color Cylindrical-coordinate representation of color #9BA259: hue angle of 65.75º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BA259 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB15516289-
CMYK0.0400.450.36
HSL65.75º29.08%49.22%-
HSV(B)65.75º45.06%63.53%-
XYZ28.2433.5314.43-
YUV151.5892.68130.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 89 (35.16% from 255) = 21.92%
R=38.18%
G=39.90%
B=21.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162890.0400.450.3665.7529.0849.22
Hex9BA259402D24421d31
Octal2332421314055441023561
Binary100110111010001010110011000101101100100100001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,89); }

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

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

 a { background-color: rgb(155,162,89); }

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

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

 span { border-color: rgb(155,162,89); }

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