#99A45F

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

Shades of Green Smoke #99A45F

Tints of Green Smoke #99A45F

Color information

#99A45F (or 0x99A45F) is unknown color: approx Green Smoke. HEX triplet: 99, A4 and 5F. RGB value is (153,164,95). Sum of RGB (Red+Green+Blue) = 153+164+95=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #99A45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A45F is #665BA0. Grayscale: #999999. Windows color (decimal): -6708129 or 6268057. OLE color: 6268057.

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

Color convert

RGB15316495-
CMYK0.0700.420.36
HSL69.57º27.49%50.78%-
HSV(B)69.57º42.07%64.31%-
XYZ28.4834.1515.92-
YUV152.8495.36128.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=37.14%
G=39.81%
B=23.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153164950.0700.420.3669.5727.4950.78
Hex99A45F702A24461b33
Octal2312441377052441063363
Binary100110011010010010111111110101010100100100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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