#9BA455

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

Shades of Green Smoke #9BA455

Tints of Green Smoke #9BA455

Color information

#9BA455 (or 0x9BA455) is unknown color: approx Green Smoke. HEX triplet: 9B, A4 and 55. RGB value is (155,164,85). Sum of RGB (Red+Green+Blue) = 155+164+85=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA455 is #645BAA. Grayscale: #989898. Windows color (decimal): -6577067 or 5612699. OLE color: 5612699.

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

Color convert

RGB15516485-
CMYK0.0500.480.36
HSL66.84º31.73%48.82%-
HSV(B)66.84º48.17%64.31%-
XYZ28.4334.1813.69-
YUV152.390.02129.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=38.37%
G=40.59%
B=21.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155164850.0500.480.3666.8431.7348.82
Hex9BA455503024432031
Octal2332441255060441034061
Binary1001101110100100101010110101100001001001000011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,85); }

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

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

 a { background-color: rgb(155,164,85); }

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

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

 span { border-color: rgb(155,164,85); }

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