#9DA95B

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

Shades of Green Smoke #9DA95B

Tints of Green Smoke #9DA95B

Color information

#9DA95B (or 0x9DA95B) is unknown color: approx Green Smoke. HEX triplet: 9D, A9 and 5B. RGB value is (157,169,91). Sum of RGB (Red+Green+Blue) = 157+169+91=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA95B is #6256A4. Grayscale: #9C9C9C. Windows color (decimal): -6444709 or 6007197. OLE color: 6007197.

HSL color Cylindrical-coordinate representation of color #9DA95B: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DA95B is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB15716991-
CMYK0.0700.460.34
HSL69.23º31.2%50.98%-
HSV(B)69.23º46.15%66.27%-
XYZ29.9836.315.32-
YUV156.5291.02128.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=37.65%
G=40.53%
B=21.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157169910.0700.460.3469.2331.250.98
Hex9DA95B702E22451f33
Octal2352511337056421053763
Binary100111011010100110110111110101110100010100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,169,91); }

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

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

 a { background-color: rgb(157,169,91); }

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

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

 span { border-color: rgb(157,169,91); }

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