#9BA368

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

Shades of Green Smoke #9BA368

Tints of Green Smoke #9BA368

Color information

#9BA368 (or 0x9BA368) is unknown color: approx Green Smoke. HEX triplet: 9B, A3 and 68. RGB value is (155,163,104). Sum of RGB (Red+Green+Blue) = 155+163+104=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA368 is #645C97. Grayscale: #9A9A9A. Windows color (decimal): -6577304 or 6857627. OLE color: 6857627.

HSL color Cylindrical-coordinate representation of color #9BA368: hue angle of 68.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA368 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB155163104-
CMYK0.0500.360.36
HSL68.14º24.28%52.35%-
HSV(B)68.14º36.2%63.92%-
XYZ29.1134.1618.16-
YUV153.8899.85128.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=36.73%
G=38.63%
B=24.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631040.0500.360.3668.1424.2852.35
Hex9BA368502424441834
Octal2332431505044441043064
Binary100110111010001111010001010100100100100100010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,104); }

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

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

 a { background-color: rgb(155,163,104); }

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

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

 span { border-color: rgb(155,163,104); }

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