#99A85D

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

Shades of Green Smoke #99A85D

Tints of Green Smoke #99A85D

Color information

#99A85D (or 0x99A85D) is unknown color: approx Green Smoke. HEX triplet: 99, A8 and 5D. RGB value is (153,168,93). Sum of RGB (Red+Green+Blue) = 153+168+93=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #99A85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A85D is #6657A2. Grayscale: #9B9B9B. Windows color (decimal): -6707107 or 6138009. OLE color: 6138009.

HSL color Cylindrical-coordinate representation of color #99A85D: hue angle of 72º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99A85D is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB15316893-
CMYK0.0900.450.34
HSL72º30.12%51.18%-
HSV(B)72º44.64%65.88%-
XYZ29.1235.5715.69-
YUV154.9693.03126.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=36.96%
G=40.58%
B=22.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153168930.0900.450.347230.1251.18
Hex99A85D902D22481e33
Octal23125013511055421103663
Binary1001100110101000101110110010101101100010100100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,168,93); }

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

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

 a { background-color: rgb(153,168,93); }

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

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

 span { border-color: rgb(153,168,93); }

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