#9DB55F

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

Shades of Green Smoke #9DB55F

Tints of Green Smoke #9DB55F

Color information

#9DB55F (or 0x9DB55F) is unknown color: approx Green Smoke. HEX triplet: 9D, B5 and 5F. RGB value is (157,181,95). Sum of RGB (Red+Green+Blue) = 157+181+95=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB55F is #624AA0. Grayscale: #A4A4A4. Windows color (decimal): -6441633 or 6272413. OLE color: 6272413.

HSL color Cylindrical-coordinate representation of color #9DB55F: hue angle of 76.74º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DB55F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB15718195-
CMYK0.1300.480.29
HSL76.74º36.75%54.12%-
HSV(B)76.74º47.51%70.98%-
XYZ32.4941.0417.04-
YUV164.0289.05122.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=36.26%
G=41.80%
B=21.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal157181950.1300.480.2976.7436.7554.12
Hex9DB55FD0301D4d2536
Octal23526513715060351154566
Binary1001110110110101101111111010110000111011001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,95); }

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

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

 a { background-color: rgb(157,181,95); }

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

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

 span { border-color: rgb(157,181,95); }

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