Html Css Color HEX #9B9986 Lemon Grass

📋 copy color: '#9B9986'

red 155 ◦ green 153 ◦ blue 134

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

Shades of Lemon Grass #9B9986

Tints of Lemon Grass #9B9986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 134 (52.73% from 255) = 30.32%

R = 35.07%
G = 34.62%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B9986 (or 0x9B9986) is known color: Lemon Grass. HEX triplet: 9B, 99 and 86. RGB value is (155,153,134). Sum of RGB (Red+Green+Blue) = 155+153+134=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9986 is #646679. Grayscale: #979797. Windows color (decimal): -6579834 or 8821147. OLE color: 8821147.

HSL color Cylindrical-coordinate representation of color #9B9986: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B9986 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 153 134 -
CMYK 0 0.01 0.14 0.39
HSL 54.29º 0.1% 0.57% -
HSV(B) 54.29º 0.14% 0.61% -
XYZ 29.21 31.47 27.09 -
YUV 151.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 155 153 134 0 0.01 0.14 0.39 54.29 0.1 0.57
Hex 9B 99 86 0 1 E 27 36 A 39
Octal 233 231 206 0 1 16 47 66 12 71
Binary 10011011 10011001 10000110 0 1 1110 100111 110110 1010 111001

Color Harmonies of #9B9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9986

Black with #9B9986

Text Example


Text Example

White with #9B9986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,134); }

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

background-color css

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

 a { background-color: rgb(155,153,134); }

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

border-color css

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

 span { border-color: rgb(155,153,134); }

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