#9BA868

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

Shades of Green Smoke #9BA868

Tints of Green Smoke #9BA868

Color information

#9BA868 (or 0x9BA868) is unknown color: approx Green Smoke. HEX triplet: 9B, A8 and 68. RGB value is (155,168,104). Sum of RGB (Red+Green+Blue) = 155+168+104=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA868 is #645797. Grayscale: #9D9D9D. Windows color (decimal): -6576024 or 6858907. OLE color: 6858907.

HSL color Cylindrical-coordinate representation of color #9BA868: hue angle of 72.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA868 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB155168104-
CMYK0.0800.380.34
HSL72.19º26.89%53.33%-
HSV(B)72.19º38.1%65.88%-
XYZ30.0235.9718.46-
YUV156.8298.19126.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=36.30%
G=39.34%
B=24.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681040.0800.380.3472.1926.8953.33
Hex9BA868802622481b35
Octal23325015010046421103365
Binary1001101110101000110100010000100110100010100100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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