Html Css Color HEX #9B9E5C Green Smoke

📋 copy color: '#9B9E5C'

red 155 ◦ green 158 ◦ blue 92

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

Shades of Green Smoke #9B9E5C

Tints of Green Smoke #9B9E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 38.27%
G = 39.01%
B = 22.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9B9E5C (or 0x9B9E5C) is known color: Green Smoke. HEX triplet: 9B, 9E and 5C. RGB value is (155,158,92). Sum of RGB (Red+Green+Blue) = 155+158+92=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9E5C is #6461A3. Grayscale: #959595. Windows color (decimal): -6578596 or 6069915. OLE color: 6069915.

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

Color convert

RGB 155 158 92 -
CMYK 0.02 0 0.42 0.38
HSL 62.73º 0.26% 0.49% -
HSV(B) 62.73º 0.42% 0.62% -
XYZ 27.68 32.19 14.88 -
YUV 149.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 155 158 92 0.02 0 0.42 0.38 62.73 0.26 0.49
Hex 9B 9E 5C 2 0 2A 26 3F 1A 31
Octal 233 236 134 2 0 52 46 77 32 61
Binary 10011011 10011110 1011100 10 0 101010 100110 111111 11010 110001

Color Harmonies of #9B9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E5C

Black with #9B9E5C

Text Example


Text Example

White with #9B9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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