#99A947

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

Shades of Green Smoke #99A947

Tints of Green Smoke #99A947

Color information

#99A947 (or 0x99A947) is unknown color: approx Green Smoke. HEX triplet: 99, A9 and 47. RGB value is (153,169,71). Sum of RGB (Red+Green+Blue) = 153+169+71=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #99A947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A947 is #6656B8. Grayscale: #999999. Windows color (decimal): -6706873 or 4696473. OLE color: 4696473.

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

Color convert

RGB15316971-
CMYK0.0900.580.34
HSL69.8º40.83%47.06%-
HSV(B)69.8º57.99%66.27%-
XYZ28.4635.611.33-
YUV153.0481.7127.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 169 (66.41% from 255) = 43.00%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=38.93%
G=43.00%
B=18.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153169710.0900.580.3469.840.8347.06
Hex99A947903A2246292f
Octal23125110711072421065157
Binary10011001101010011000111100101110101000101000110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,169,71); }

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

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

 a { background-color: rgb(153,169,71); }

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

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

 span { border-color: rgb(153,169,71); }

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