#99A44F

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

Shades of Green Smoke #99A44F

Tints of Green Smoke #99A44F

Color information

#99A44F (or 0x99A44F) is unknown color: approx Green Smoke. HEX triplet: 99, A4 and 4F. RGB value is (153,164,79). Sum of RGB (Red+Green+Blue) = 153+164+79=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #99A44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A44F is #665BB0. Grayscale: #979797. Windows color (decimal): -6708145 or 5219481. OLE color: 5219481.

HSL color Cylindrical-coordinate representation of color #99A44F: hue angle of 67.76º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99A44F is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB15316479-
CMYK0.0700.520.36
HSL67.76º34.98%47.65%-
HSV(B)67.76º51.83%64.31%-
XYZ27.8233.8912.47-
YUV151.0287.36129.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 164 (64.45% from 255) = 41.41%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=38.64%
G=41.41%
B=19.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153164790.0700.520.3667.7634.9847.65
Hex99A44F703424442330
Octal2312441177064441044360
Binary1001100110100100100111111101101001001001000100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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