#9BA256

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

Shades of Green Smoke #9BA256

Tints of Green Smoke #9BA256

Color information

#9BA256 (or 0x9BA256) is unknown color: approx Green Smoke. HEX triplet: 9B, A2 and 56. RGB value is (155,162,86). Sum of RGB (Red+Green+Blue) = 155+162+86=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA256 is #645DA9. Grayscale: #979797. Windows color (decimal): -6577578 or 5677723. OLE color: 5677723.

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

Color convert

RGB15516286-
CMYK0.0400.470.36
HSL65.53º30.65%48.63%-
HSV(B)65.53º46.91%63.53%-
XYZ28.1233.4813.78-
YUV151.2491.18130.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=38.46%
G=40.20%
B=21.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162860.0400.470.3665.5330.6548.63
Hex9BA256402F24421f31
Octal2332421264057441023761
Binary100110111010001010101101000101111100100100001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,86); }

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

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

 a { background-color: rgb(155,162,86); }

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

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

 span { border-color: rgb(155,162,86); }

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