#9BAA68

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

Shades of Green Smoke #9BAA68

Tints of Green Smoke #9BAA68

Color information

#9BAA68 (or 0x9BAA68) is unknown color: approx Green Smoke. HEX triplet: 9B, AA and 68. RGB value is (155,170,104). Sum of RGB (Red+Green+Blue) = 155+170+104=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA68 is #645597. Grayscale: #9E9E9E. Windows color (decimal): -6575512 or 6859419. OLE color: 6859419.

HSL color Cylindrical-coordinate representation of color #9BAA68: hue angle of 73.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BAA68 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB155170104-
CMYK0.0900.390.33
HSL73.64º27.97%53.73%-
HSV(B)73.64º38.82%66.67%-
XYZ30.3936.7218.58-
YUV157.9997.53125.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=36.13%
G=39.63%
B=24.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701040.0900.390.3373.6427.9753.73
Hex9BAA689027214a1c36
Octal23325215011047411123466
Binary1001101110101010110100010010100111100001100101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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