#9CA08A

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

Shades of Lemon Grass #9CA08A

Tints of Lemon Grass #9CA08A

Color information

#9CA08A (or 0x9CA08A) is unknown color: approx Lemon Grass. HEX triplet: 9C, A0 and 8A. RGB value is (156,160,138). Sum of RGB (Red+Green+Blue) = 156+160+138=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA08A is #635F75. Grayscale: #9C9C9C. Windows color (decimal): -6512502 or 9085084. OLE color: 9085084.

HSL color Cylindrical-coordinate representation of color #9CA08A: hue angle of 70.91º degrees, saturation: 0.1, 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 #9CA08A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB156160138-
CMYK0.0200.140.37
HSL70.91º10.38%58.43%-
HSV(B)70.91º13.75%62.75%-
XYZ30.8734.0428.99-
YUV156.3117.67127.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=34.36%
G=35.24%
B=30.40%

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
Decimal1561601380.0200.140.3770.9110.3858.43
Hex9CA08A20E2547a3a
Octal2342402122016451071272
Binary100111001010000010001010100111010010110001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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