#99A449

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

Shades of Green Smoke #99A449

Tints of Green Smoke #99A449

Color information

#99A449 (or 0x99A449) is unknown color: approx Green Smoke. HEX triplet: 99, A4 and 49. RGB value is (153,164,73). Sum of RGB (Red+Green+Blue) = 153+164+73=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #99A449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A449 is #665BB6. Grayscale: #969696. Windows color (decimal): -6708151 or 4826265. OLE color: 4826265.

HSL color Cylindrical-coordinate representation of color #99A449: hue angle of 67.25º 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 #99A449 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB15316473-
CMYK0.0700.550.36
HSL67.25º38.4%46.47%-
HSV(B)67.25º55.49%64.31%-
XYZ27.6133.811.37-
YUV150.3484.36129.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=39.23%
G=42.05%
B=18.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153164730.0700.550.3667.2538.446.47
Hex99A44970372443262e
Octal2312441117067441034656
Binary1001100110100100100100111101101111001001000011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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