#9BA451

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

Shades of Green Smoke #9BA451

Tints of Green Smoke #9BA451

Color information

#9BA451 (or 0x9BA451) is unknown color: approx Green Smoke. HEX triplet: 9B, A4 and 51. RGB value is (155,164,81). Sum of RGB (Red+Green+Blue) = 155+164+81=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA451 is #645BAE. Grayscale: #989898. Windows color (decimal): -6577071 or 5350555. OLE color: 5350555.

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

Color convert

RGB15516481-
CMYK0.0500.510.36
HSL66.51º33.88%48.04%-
HSV(B)66.51º50.61%64.31%-
XYZ28.2834.1112.88-
YUV151.8588.02130.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=38.75%
G=41%
B=20.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155164810.0500.510.3666.5133.8848.04
Hex9BA451503324432230
Octal2332441215063441034260
Binary1001101110100100101000110101100111001001000011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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