Html Css Color HEX #9B9E5D Green Smoke

📋 copy color: '#9B9E5D'

red 155 ◦ green 158 ◦ blue 93

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

Shades of Green Smoke #9B9E5D

Tints of Green Smoke #9B9E5D

RGB

 RED value IS 155 (60.94% from 255) = 38.18%

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

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

R = 38.18%
G = 38.92%
B = 22.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9B9E5D (or 0x9B9E5D) is known color: Green Smoke. HEX triplet: 9B, 9E and 5D. RGB value is (155,158,93). Sum of RGB (Red+Green+Blue) = 155+158+93=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9E5D is #6461A2. Grayscale: #959595. Windows color (decimal): -6578595 or 6135451. OLE color: 6135451.

HSL color Cylindrical-coordinate representation of color #9B9E5D: hue angle of 62.77º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B9E5D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 158 93 -
CMYK 0.02 0 0.41 0.38
HSL 62.77º 0.26% 0.49% -
HSV(B) 62.77º 0.41% 0.62% -
XYZ 27.72 32.21 15.11 -
YUV 149.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 155 158 93 0.02 0 0.41 0.38 62.77 0.26 0.49
Hex 9B 9E 5D 2 0 29 26 3F 1A 31
Octal 233 236 135 2 0 51 46 77 32 61
Binary 10011011 10011110 1011101 10 0 101001 100110 111111 11010 110001

Color Harmonies of #9B9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E5D

Black with #9B9E5D

Text Example


Text Example

White with #9B9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,158,93); }

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

background-color css

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

 a { background-color: rgb(155,158,93); }

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

border-color css

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

 span { border-color: rgb(155,158,93); }

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