Html Css Color HEX #9A997F Lemon Grass

📋 copy color: '#9A997F'

red 154 ◦ green 153 ◦ blue 127

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

Shades of Lemon Grass #9A997F

Tints of Lemon Grass #9A997F

RGB

 RED value IS 154 (60.55% from 255) = 35.48%

 GREEN value IS 153 (60.16% from 255) = 35.25%

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

R = 35.48%
G = 35.25%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A997F (or 0x9A997F) is known color: Lemon Grass. HEX triplet: 9A, 99 and 7F. RGB value is (154,153,127). Sum of RGB (Red+Green+Blue) = 154+153+127=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 154 - color contains mainly: red. Hex color #9A997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A997F is #656680. Grayscale: #969696. Windows color (decimal): -6645377 or 8362394. OLE color: 8362394.

HSL color Cylindrical-coordinate representation of color #9A997F: hue angle of 57.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A997F is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 153 127 -
CMYK 0 0.01 0.18 0.40
HSL 57.78º 0.12% 0.55% -
HSV(B) 57.78º 0.18% 0.6% -
XYZ 28.55 31.18 24.59 -
YUV 150.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 154 153 127 0 0.01 0.18 0.40 57.78 0.12 0.55
Hex 9A 99 7F 0 1 12 28 3A C 37
Octal 232 231 177 0 1 22 50 72 14 67
Binary 10011010 10011001 1111111 0 1 10010 101000 111010 1100 110111

Color Harmonies of #9A997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A997F

Black with #9A997F

Text Example


Text Example

White with #9A997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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