Html Css Color HEX #9DA85D Green Smoke

📋 copy color: '#9DA85D'

red 157 ◦ green 168 ◦ blue 93

#9DA85D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9DA85D

Tints of Green Smoke #9DA85D

RGB

 RED value IS 157 (61.72% from 255) = 37.56%

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 37.56%
G = 40.19%
B = 22.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#9DA85D (or 0x9DA85D) is known color: Green Smoke. HEX triplet: 9D, A8 and 5D. RGB value is (157,168,93). Sum of RGB (Red+Green+Blue) = 157+168+93=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA85D is #6257A2. Grayscale: #9C9C9C. Windows color (decimal): -6444963 or 6138013. OLE color: 6138013.

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

Color convert

RGB 157 168 93 -
CMYK 0.07 0 0.45 0.34
HSL 68.8º 0.3% 0.51% -
HSV(B) 68.8º 0.45% 0.66% -
XYZ 29.88 35.96 15.72 -
YUV 156.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 157 168 93 0.07 0 0.45 0.34 68.8 0.3 0.51
Hex 9D A8 5D 7 0 2D 22 45 1E 33
Octal 235 250 135 7 0 55 42 105 36 63
Binary 10011101 10101000 1011101 111 0 101101 100010 1000101 11110 110011

Color Harmonies of #9DA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA85D

Black with #9DA85D

Text Example


Text Example

White with #9DA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,168,93); }

 H1.HeaderClassName
 {
   color: #9DA85D;
 }
 .AnyTagClassName
 {
   color: #9DA85D;
 }
</style>

background-color css

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

 a { background-color: rgb(157,168,93); }

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

border-color css

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

 span { border-color: rgb(157,168,93); }

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