Html Css Color HEX #9B9D5D Green Smoke

📋 copy color: '#9B9D5D'

red 155 ◦ green 157 ◦ blue 93

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

Shades of Green Smoke #9B9D5D

Tints of Green Smoke #9B9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

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

R = 38.27%
G = 38.77%
B = 22.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9B9D5D (or 0x9B9D5D) is known color: Green Smoke. HEX triplet: 9B, 9D and 5D. RGB value is (155,157,93). Sum of RGB (Red+Green+Blue) = 155+157+93=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9D5D is #6462A2. Grayscale: #959595. Windows color (decimal): -6578851 or 6135195. OLE color: 6135195.

HSL color Cylindrical-coordinate representation of color #9B9D5D: hue angle of 61.88º 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 #9B9D5D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 157 93 -
CMYK 0.01 0 0.41 0.38
HSL 61.88º 0.26% 0.49% -
HSV(B) 61.88º 0.41% 0.62% -
XYZ 27.55 31.87 15.06 -
YUV 149.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 155 157 93 0.01 0 0.41 0.38 61.88 0.26 0.49
Hex 9B 9D 5D 1 0 29 26 3E 1A 31
Octal 233 235 135 1 0 51 46 76 32 61
Binary 10011011 10011101 1011101 1 0 101001 100110 111110 11010 110001

Color Harmonies of #9B9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9D5D

Black with #9B9D5D

Text Example


Text Example

White with #9B9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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