Html Css Color HEX #9D9E55 Green Smoke

📋 copy color: '#9D9E55'

red 157 ◦ green 158 ◦ blue 85

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

Shades of Green Smoke #9D9E55

Tints of Green Smoke #9D9E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 39.25%
G = 39.5%
B = 21.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D9E55 (or 0x9D9E55) is known color: Green Smoke. HEX triplet: 9D, 9E and 55. RGB value is (157,158,85). Sum of RGB (Red+Green+Blue) = 157+158+85=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #9D9E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9E55 is #6261AA. Grayscale: #959595. Windows color (decimal): -6447531 or 5611165. OLE color: 5611165.

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

Color convert

RGB 157 158 85 -
CMYK 0.01 0 0.46 0.38
HSL 60.82º 0.3% 0.48% -
HSV(B) 60.82º 0.46% 0.62% -
XYZ 27.77 32.28 13.36 -
YUV 149.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 157 158 85 0.01 0 0.46 0.38 60.82 0.3 0.48
Hex 9D 9E 55 1 0 2E 26 3D 1E 30
Octal 235 236 125 1 0 56 46 75 36 60
Binary 10011101 10011110 1010101 1 0 101110 100110 111101 11110 110000

Color Harmonies of #9D9E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9E55

Black with #9D9E55

Text Example


Text Example

White with #9D9E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,158,85); }

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

background-color css

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

 a { background-color: rgb(157,158,85); }

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

border-color css

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

 span { border-color: rgb(157,158,85); }

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