Html Css Color HEX #9B9B8E Lemon Grass

📋 copy color: '#9B9B8E'

red 155 ◦ green 155 ◦ blue 142

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

Shades of Lemon Grass #9B9B8E

Tints of Lemon Grass #9B9B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.29%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 34.29%
G = 34.29%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B9B8E (or 0x9B9B8E) is known color: Lemon Grass. HEX triplet: 9B, 9B and 8E. RGB value is (155,155,142). Sum of RGB (Red+Green+Blue) = 155+155+142=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9B8E is #646471. Grayscale: #999999. Windows color (decimal): -6579314 or 9345947. OLE color: 9345947.

HSL color Cylindrical-coordinate representation of color #9B9B8E: hue angle of 60º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B9B8E is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 155 142 -
CMYK 0 0 0.08 0.39
HSL 60º 0.06% 0.58% -
HSV(B) 60º 0.08% 0.61% -
XYZ 30.12 32.36 30.25 -
YUV 153.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 155 155 142 0 0 0.08 0.39 60 0.06 0.58
Hex 9B 9B 8E 0 0 8 27 3C 6 3A
Octal 233 233 216 0 0 10 47 74 6 72
Binary 10011011 10011011 10001110 0 0 1000 100111 111100 110 111010

Color Harmonies of #9B9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9B8E

Black with #9B9B8E

Text Example


Text Example

White with #9B9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,155,142); }

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

background-color css

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

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

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

border-color css

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

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

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