#9CA089

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

Shades of Lemon Grass #9CA089

Tints of Lemon Grass #9CA089

Color information

#9CA089 (or 0x9CA089) is unknown color: approx Lemon Grass. HEX triplet: 9C, A0 and 89. RGB value is (156,160,137). Sum of RGB (Red+Green+Blue) = 156+160+137=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA089 is #635F76. Grayscale: #9C9C9C. Windows color (decimal): -6512503 or 9019548. OLE color: 9019548.

HSL color Cylindrical-coordinate representation of color #9CA089: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CA089 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB156160137-
CMYK0.0200.140.37
HSL70.43º10.8%58.24%-
HSV(B)70.43º14.37%62.75%-
XYZ30.834.0228.61-
YUV156.18117.17127.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=34.44%
G=35.32%
B=30.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561601370.0200.140.3770.4310.858.24
Hex9CA08920E2546b3a
Octal2342402112016451061372
Binary100111001010000010001001100111010010110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,137); }

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

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

 a { background-color: rgb(156,160,137); }

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

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

 span { border-color: rgb(156,160,137); }

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