#9DB050

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

Shades of Green Smoke #9DB050

Tints of Green Smoke #9DB050

Color information

#9DB050 (or 0x9DB050) is unknown color: approx Green Smoke. HEX triplet: 9D, B0 and 50. RGB value is (157,176,80). Sum of RGB (Red+Green+Blue) = 157+176+80=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB050 is #624FAF. Grayscale: #9F9F9F. Windows color (decimal): -6442928 or 5288093. OLE color: 5288093.

HSL color Cylindrical-coordinate representation of color #9DB050: hue angle of 71.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DB050 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB15717680-
CMYK0.1100.550.31
HSL71.88º37.8%50.2%-
HSV(B)71.88º54.55%69.02%-
XYZ30.8838.813.45-
YUV159.3883.21126.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.01%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=38.01%
G=42.62%
B=19.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157176800.1100.550.3171.8837.850.2
Hex9DB050B0371F482632
Octal23526012013067371104662
Binary1001110110110000101000010110110111111111001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,176,80); }

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

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

 a { background-color: rgb(157,176,80); }

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

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

 span { border-color: rgb(157,176,80); }

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