#9C9F85

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

Shades of Lemon Grass #9C9F85

Tints of Lemon Grass #9C9F85

Color information

#9C9F85 (or 0x9C9F85) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9F and 85. RGB value is (156,159,133). Sum of RGB (Red+Green+Blue) = 156+159+133=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F85 is #63607A. Grayscale: #9B9B9B. Windows color (decimal): -6512763 or 8757148. OLE color: 8757148.

HSL color Cylindrical-coordinate representation of color #9C9F85: hue angle of 66.92º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C9F85 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB156159133-
CMYK0.0200.160.38
HSL66.92º11.93%57.25%-
HSV(B)66.92º16.35%62.35%-
XYZ30.3433.5627.07-
YUV155.14115.51128.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=34.82%
G=35.49%
B=29.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561591330.0200.160.3866.9211.9357.25
Hex9C9F8520102643c39
Octal2342372052020461031471
Binary1001110010011111100001011001000010011010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,133); }

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

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

 a { background-color: rgb(156,159,133); }

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

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

 span { border-color: rgb(156,159,133); }

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