#9DB150

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

Shades of Green Smoke #9DB150

Tints of Green Smoke #9DB150

Color information

#9DB150 (or 0x9DB150) is unknown color: approx Green Smoke. HEX triplet: 9D, B1 and 50. RGB value is (157,177,80). Sum of RGB (Red+Green+Blue) = 157+177+80=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB150 is #624EAF. Grayscale: #A0A0A0. Windows color (decimal): -6442672 or 5288349. OLE color: 5288349.

HSL color Cylindrical-coordinate representation of color #9DB150: hue angle of 72.37º 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 #9DB150 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB15717780-
CMYK0.1100.550.31
HSL72.37º38.34%50.39%-
HSV(B)72.37º54.8%69.41%-
XYZ31.0739.1913.52-
YUV159.9682.87125.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=37.92%
G=42.75%
B=19.32%

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
Decimal157177800.1100.550.3172.3738.3450.39
Hex9DB150B0371F482632
Octal23526112013067371104662
Binary1001110110110001101000010110110111111111001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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