Html Css Color HEX #9C9A7F Lemon Grass

📋 copy color: '#9C9A7F'

red 156 ◦ green 154 ◦ blue 127

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

Shades of Lemon Grass #9C9A7F

Tints of Lemon Grass #9C9A7F

RGB

 RED value IS 156 (61.33% from 255) = 35.7%

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

 BLUE value IS 127 (50% from 255) = 29.06%

R = 35.7%
G = 35.24%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C9A7F (or 0x9C9A7F) is known color: Lemon Grass. HEX triplet: 9C, 9A and 7F. RGB value is (156,154,127). Sum of RGB (Red+Green+Blue) = 156+154+127=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9A7F is #636580. Grayscale: #979797. Windows color (decimal): -6514049 or 8362652. OLE color: 8362652.

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

Color convert

RGB 156 154 127 -
CMYK 0 0.01 0.19 0.39
HSL 55.86º 0.13% 0.55% -
HSV(B) 55.86º 0.19% 0.61% -
XYZ 29.1 31.71 24.67 -
YUV 151.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 156 154 127 0 0.01 0.19 0.39 55.86 0.13 0.55
Hex 9C 9A 7F 0 1 13 27 38 D 37
Octal 234 232 177 0 1 23 47 70 15 67
Binary 10011100 10011010 1111111 0 1 10011 100111 111000 1101 110111

Color Harmonies of #9C9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9A7F

Black with #9C9A7F

Text Example


Text Example

White with #9C9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,154,127); }

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

background-color css

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

 a { background-color: rgb(156,154,127); }

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

border-color css

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

 span { border-color: rgb(156,154,127); }

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