#9BA26C

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

Shades of Green Smoke #9BA26C

Tints of Green Smoke #9BA26C

Color information

#9BA26C (or 0x9BA26C) is unknown color: approx Green Smoke. HEX triplet: 9B, A2 and 6C. RGB value is (155,162,108). Sum of RGB (Red+Green+Blue) = 155+162+108=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA26C is #645D93. Grayscale: #999999. Windows color (decimal): -6577556 or 7119515. OLE color: 7119515.

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

Color convert

RGB155162108-
CMYK0.0400.330.36
HSL67.78º22.5%52.94%-
HSV(B)67.78º33.33%63.53%-
XYZ29.1433.8919.19-
YUV153.75102.18128.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=36.47%
G=38.12%
B=25.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621080.0400.330.3667.7822.552.94
Hex9BA26C402124441735
Octal2332421544041441042765
Binary100110111010001011011001000100001100100100010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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