Html Css Color HEX #9B9D53 Green Smoke

📋 copy color: '#9B9D53'

red 155 ◦ green 157 ◦ blue 83

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

Shades of Green Smoke #9B9D53

Tints of Green Smoke #9B9D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 39.24%
G = 39.75%
B = 21.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9B9D53 (or 0x9B9D53) is known color: Green Smoke. HEX triplet: 9B, 9D and 53. RGB value is (155,157,83). Sum of RGB (Red+Green+Blue) = 155+157+83=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9D53 is #6462AC. Grayscale: #949494. Windows color (decimal): -6578861 or 5479835. OLE color: 5479835.

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

Color convert

RGB 155 157 83 -
CMYK 0.01 0 0.47 0.38
HSL 61.62º 0.31% 0.47% -
HSV(B) 61.62º 0.47% 0.62% -
XYZ 27.14 31.71 12.87 -
YUV 147.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 155 157 83 0.01 0 0.47 0.38 61.62 0.31 0.47
Hex 9B 9D 53 1 0 2F 26 3E 1F 2F
Octal 233 235 123 1 0 57 46 76 37 57
Binary 10011011 10011101 1010011 1 0 101111 100110 111110 11111 101111

Color Harmonies of #9B9D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9D53

Black with #9B9D53

Text Example


Text Example

White with #9B9D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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