#9DAD53

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

Shades of Green Smoke #9DAD53

Tints of Green Smoke #9DAD53

Color information

#9DAD53 (or 0x9DAD53) is unknown color: approx Green Smoke. HEX triplet: 9D, AD and 53. RGB value is (157,173,83). Sum of RGB (Red+Green+Blue) = 157+173+83=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD53 is #6252AC. Grayscale: #9E9E9E. Windows color (decimal): -6443693 or 5483933. OLE color: 5483933.

HSL color Cylindrical-coordinate representation of color #9DAD53: hue angle of 70.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DAD53 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB15717383-
CMYK0.0900.520.32
HSL70.67º35.43%50.2%-
HSV(B)70.67º52.02%67.84%-
XYZ30.4137.6813.85-
YUV157.9685.7127.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.01%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 83 (32.81% from 255) = 20.10%
R=38.01%
G=41.89%
B=20.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157173830.0900.520.3270.6735.4350.2
Hex9DAD53903420472332
Octal23525512311064401074362
Binary10011101101011011010011100101101001000001000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAD53; }

 p { color: rgb(157,173,83); }

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

<style>
 a { background-color: #9DAD53; }

 a { background-color: rgb(157,173,83); }

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

<style>
 span { border-color: #9DAD53; }

 span { border-color: rgb(157,173,83); }

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