Html Css Color HEX #96997F Lemon Grass

📋 copy color: '#96997F'

red 150 ◦ green 153 ◦ blue 127

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

Shades of Lemon Grass #96997F

Tints of Lemon Grass #96997F

RGB

 RED value IS 150 (58.98% from 255) = 34.88%

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

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

R = 34.88%
G = 35.58%
B = 29.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#96997F (or 0x96997F) is known color: Lemon Grass. HEX triplet: 96, 99 and 7F. RGB value is (150,153,127). Sum of RGB (Red+Green+Blue) = 150+153+127=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #96997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96997F is #696680. Grayscale: #959595. Windows color (decimal): -6907521 or 8362390. OLE color: 8362390.

HSL color Cylindrical-coordinate representation of color #96997F: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96997F is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 127 -
CMYK 0.02 0 0.17 0.4
HSL 66.92º 0.11% 0.55% -
HSV(B) 66.92º 0.17% 0.6% -
XYZ 27.8 30.8 24.56 -
YUV 149.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 150 153 127 0.02 0 0.17 0.4 66.92 0.11 0.55
Hex 96 99 7F 2 0 11 28 43 B 37
Octal 226 231 177 2 0 21 50 103 13 67
Binary 10010110 10011001 1111111 10 0 10001 101000 1000011 1011 110111

Color Harmonies of #96997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96997F

Black with #96997F

Text Example


Text Example

White with #96997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96997F; }

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

 H1.HeaderClassName
 {
   color: #96997F;
 }
 .AnyTagClassName
 {
   color: #96997F;
 }
</style>

background-color css

<style>
 a { background-color: #96997F; }

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

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

border-color css

<style>
 span { border-color: #96997F; }

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

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