#9BAA58

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

Shades of Green Smoke #9BAA58

Tints of Green Smoke #9BAA58

Color information

#9BAA58 (or 0x9BAA58) is unknown color: approx Green Smoke. HEX triplet: 9B, AA and 58. RGB value is (155,170,88). Sum of RGB (Red+Green+Blue) = 155+170+88=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA58 is #6455A7. Grayscale: #9C9C9C. Windows color (decimal): -6575528 or 5810843. OLE color: 5810843.

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

Color convert

RGB15517088-
CMYK0.0900.480.33
HSL70.98º32.54%50.59%-
HSV(B)70.98º48.24%66.67%-
XYZ29.6536.4214.7-
YUV156.1789.53127.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.53%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=37.53%
G=41.16%
B=21.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155170880.0900.480.3370.9832.5450.59
Hex9BAA58903021472133
Octal23325213011060411074163
Binary10011011101010101011000100101100001000011000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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