#99A35E

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

Shades of Green Smoke #99A35E

Tints of Green Smoke #99A35E

Color information

#99A35E (or 0x99A35E) is unknown color: approx Green Smoke. HEX triplet: 99, A3 and 5E. RGB value is (153,163,94). Sum of RGB (Red+Green+Blue) = 153+163+94=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #99A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A35E is #665CA1. Grayscale: #989898. Windows color (decimal): -6708386 or 6202265. OLE color: 6202265.

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

Color convert

RGB15316394-
CMYK0.0600.420.36
HSL68.7º27.27%50.39%-
HSV(B)68.7º42.33%63.92%-
XYZ28.2533.7715.62-
YUV152.1495.19128.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=37.32%
G=39.76%
B=22.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153163940.0600.420.3668.727.2750.39
Hex99A35E602A24451b32
Octal2312431366052441053362
Binary100110011010001110111101100101010100100100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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