Html Css Color HEX #9D9C5A Green Smoke

📋 copy color: '#9D9C5A'

red 157 ◦ green 156 ◦ blue 90

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

Shades of Green Smoke #9D9C5A

Tints of Green Smoke #9D9C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.71%

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 38.96%
G = 38.71%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D9C5A (or 0x9D9C5A) is known color: Green Smoke. HEX triplet: 9D, 9C and 5A. RGB value is (157,156,90). Sum of RGB (Red+Green+Blue) = 157+156+90=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9C5A is #6263A5. Grayscale: #959595. Windows color (decimal): -6448038 or 5938333. OLE color: 5938333.

HSL color Cylindrical-coordinate representation of color #9D9C5A: hue angle of 59.1º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D9C5A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 156 90 -
CMYK 0 0.01 0.43 0.38
HSL 59.1º 0.27% 0.48% -
HSV(B) 59.1º 0.43% 0.62% -
XYZ 27.64 31.68 14.33 -
YUV 148.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 157 156 90 0 0.01 0.43 0.38 59.1 0.27 0.48
Hex 9D 9C 5A 0 1 2B 26 3B 1B 30
Octal 235 234 132 0 1 53 46 73 33 60
Binary 10011101 10011100 1011010 0 1 101011 100110 111011 11011 110000

Color Harmonies of #9D9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C5A

Black with #9D9C5A

Text Example


Text Example

White with #9D9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,156,90); }

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

background-color css

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

 a { background-color: rgb(157,156,90); }

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

border-color css

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

 span { border-color: rgb(157,156,90); }

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