#9BA56C

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

Shades of Green Smoke #9BA56C

Tints of Green Smoke #9BA56C

Color information

#9BA56C (or 0x9BA56C) is unknown color: approx Green Smoke. HEX triplet: 9B, A5 and 6C. RGB value is (155,165,108). Sum of RGB (Red+Green+Blue) = 155+165+108=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA56C is #645A93. Grayscale: #9B9B9B. Windows color (decimal): -6576788 or 7120283. OLE color: 7120283.

HSL color Cylindrical-coordinate representation of color #9BA56C: hue angle of 70.53º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA56C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB155165108-
CMYK0.0600.350.35
HSL70.53º24.05%53.53%-
HSV(B)70.53º34.55%64.71%-
XYZ29.6834.9619.37-
YUV155.51101.19127.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=36.21%
G=38.55%
B=25.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551651080.0600.350.3570.5324.0553.53
Hex9BA56C602323471836
Octal2332451546043431073066
Binary100110111010010111011001100100011100011100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,165,108); }

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

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

 a { background-color: rgb(155,165,108); }

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

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

 span { border-color: rgb(155,165,108); }

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