#99A359

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

Shades of Green Smoke #99A359

Tints of Green Smoke #99A359

Color information

#99A359 (or 0x99A359) is unknown color: approx Green Smoke. HEX triplet: 99, A3 and 59. RGB value is (153,163,89). Sum of RGB (Red+Green+Blue) = 153+163+89=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #99A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A359 is #665CA6. Grayscale: #979797. Windows color (decimal): -6708391 or 5874585. OLE color: 5874585.

HSL color Cylindrical-coordinate representation of color #99A359: hue angle of 68.11º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99A359 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB15316389-
CMYK0.0600.450.36
HSL68.11º29.37%49.41%-
HSV(B)68.11º45.4%63.92%-
XYZ28.0433.6914.48-
YUV151.5792.69129.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=37.78%
G=40.25%
B=21.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153163890.0600.450.3668.1129.3749.41
Hex99A359602D24441d31
Octal2312431316055441043561
Binary100110011010001110110011100101101100100100010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A359; }

 p { color: rgb(153,163,89); }

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

<style>
 a { background-color: #99A359; }

 a { background-color: rgb(153,163,89); }

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

<style>
 span { border-color: #99A359; }

 span { border-color: rgb(153,163,89); }

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