#9C9B88

Color #9C9B88 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #9C9B88

Tints of Lemon Grass #9C9B88

Color information

#9C9B88 (or 0x9C9B88) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9B and 88. RGB value is (156,155,136). Sum of RGB (Red+Green+Blue) = 156+155+136=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B88 is #636477. Grayscale: #999999. Windows color (decimal): -6513784 or 8952732. OLE color: 8952732.

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

Color convert

RGB156155136-
CMYK00.010.130.39
HSL57º9.17%57.25%-
HSV(B)57º12.82%61.18%-
XYZ29.8832.2927.95-
YUV153.13118.33130.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=34.90%
G=34.68%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615513600.010.130.39579.1757.25
Hex9C9B8801D2739939
Octal234233210011547711171
Binary1001110010011011100010000111011001111110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,136); }

 H1.HeaderClassName
 {
   color: #9C9B88;
 }
 .AnyTagClassName
 {
   color: #9C9B88;
 }
</style>
background-color css

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

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

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

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

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

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