Html Css Color HEX #9B9985 Lemon Grass

📋 copy color: '#9B9985'

red 155 ◦ green 153 ◦ blue 133

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

Shades of Lemon Grass #9B9985

Tints of Lemon Grass #9B9985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 35.15%
G = 34.69%
B = 30.16%

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

#9B9985 (or 0x9B9985) is known color: Lemon Grass. HEX triplet: 9B, 99 and 85. RGB value is (155,153,133). Sum of RGB (Red+Green+Blue) = 155+153+133=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9985 is #64667A. Grayscale: #979797. Windows color (decimal): -6579835 or 8755611. OLE color: 8755611.

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

Color convert

RGB 155 153 133 -
CMYK 0 0.01 0.14 0.39
HSL 54.55º 0.1% 0.56% -
HSV(B) 54.55º 0.14% 0.61% -
XYZ 29.14 31.44 26.72 -
YUV 151.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 155 153 133 0 0.01 0.14 0.39 54.55 0.1 0.56
Hex 9B 99 85 0 1 E 27 37 A 38
Octal 233 231 205 0 1 16 47 67 12 70
Binary 10011011 10011001 10000101 0 1 1110 100111 110111 1010 111000

Color Harmonies of #9B9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9985

Black with #9B9985

Text Example


Text Example

White with #9B9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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