#99A349

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

Shades of Green Smoke #99A349

Tints of Green Smoke #99A349

Color information

#99A349 (or 0x99A349) is unknown color: approx Green Smoke. HEX triplet: 99, A3 and 49. RGB value is (153,163,73). Sum of RGB (Red+Green+Blue) = 153+163+73=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #99A349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A349 is #665CB6. Grayscale: #969696. Windows color (decimal): -6708407 or 4826009. OLE color: 4826009.

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

Color convert

RGB15316373-
CMYK0.0600.550.36
HSL66.67º38.14%46.27%-
HSV(B)66.67º55.21%63.92%-
XYZ27.4433.4511.31-
YUV149.7584.69130.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=39.33%
G=41.90%
B=18.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153163730.0600.550.3666.6738.1446.27
Hex99A34960372443262e
Octal2312431116067441034656
Binary1001100110100011100100111001101111001001000011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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