Html Css Color HEX #9B9A7C Lemon Grass

📋 copy color: '#9B9A7C'

red 155 ◦ green 154 ◦ blue 124

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

Shades of Lemon Grass #9B9A7C

Tints of Lemon Grass #9B9A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 35.8%
G = 35.57%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B9A7C (or 0x9B9A7C) is known color: Lemon Grass. HEX triplet: 9B, 9A and 7C. RGB value is (155,154,124). Sum of RGB (Red+Green+Blue) = 155+154+124=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9A7C is #646583. Grayscale: #979797. Windows color (decimal): -6579588 or 8166043. OLE color: 8166043.

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

Color convert

RGB 155 154 124 -
CMYK 0 0.01 0.2 0.39
HSL 58.06º 0.13% 0.55% -
HSV(B) 58.06º 0.2% 0.61% -
XYZ 28.71 31.54 23.64 -
YUV 150.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 155 154 124 0 0.01 0.2 0.39 58.06 0.13 0.55
Hex 9B 9A 7C 0 1 14 27 3A D 37
Octal 233 232 174 0 1 24 47 72 15 67
Binary 10011011 10011010 1111100 0 1 10100 100111 111010 1101 110111

Color Harmonies of #9B9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9A7C

Black with #9B9A7C

Text Example


Text Example

White with #9B9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,154,124); }

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

background-color css

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

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

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

border-color css

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

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

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