#9DB04B

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

Shades of Green Smoke #9DB04B

Tints of Green Smoke #9DB04B

Color information

#9DB04B (or 0x9DB04B) is unknown color: approx Green Smoke. HEX triplet: 9D, B0 and 4B. RGB value is (157,176,75). Sum of RGB (Red+Green+Blue) = 157+176+75=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB04B is #624FB4. Grayscale: #9F9F9F. Windows color (decimal): -6442933 or 4960413. OLE color: 4960413.

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

Color convert

RGB15717675-
CMYK0.1100.570.31
HSL71.29º40.24%49.22%-
HSV(B)71.29º57.39%69.02%-
XYZ30.738.7312.51-
YUV158.880.71126.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=38.48%
G=43.14%
B=18.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157176750.1100.570.3171.2940.2449.22
Hex9DB04BB0391F472831
Octal23526011313071371075061
Binary1001110110110000100101110110111001111111000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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