Html Css Color HEX #96987C Lemon Grass

📋 copy color: '#96987C'

red 150 ◦ green 152 ◦ blue 124

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

Shades of Lemon Grass #96987C

Tints of Lemon Grass #96987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 35.21%
G = 35.68%
B = 29.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#96987C (or 0x96987C) is known color: Lemon Grass. HEX triplet: 96, 98 and 7C. RGB value is (150,152,124). Sum of RGB (Red+Green+Blue) = 150+152+124=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #96987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96987C is #696783. Grayscale: #949494. Windows color (decimal): -6907780 or 8165526. OLE color: 8165526.

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

Color convert

RGB 150 152 124 -
CMYK 0.01 0 0.18 0.40
HSL 64.29º 0.12% 0.54% -
HSV(B) 64.29º 0.18% 0.6% -
XYZ 27.44 30.4 23.49 -
YUV 148.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 150 152 124 0.01 0 0.18 0.40 64.29 0.12 0.54
Hex 96 98 7C 1 0 12 28 40 C 36
Octal 226 230 174 1 0 22 50 100 14 66
Binary 10010110 10011000 1111100 1 0 10010 101000 1000000 1100 110110

Color Harmonies of #96987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96987C

Black with #96987C

Text Example


Text Example

White with #96987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96987C; }

 p { color: rgb(150,152,124); }

 H1.HeaderClassName
 {
   color: #96987C;
 }
 .AnyTagClassName
 {
   color: #96987C;
 }
</style>

background-color css

<style>
 a { background-color: #96987C; }

 a { background-color: rgb(150,152,124); }

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

border-color css

<style>
 span { border-color: #96987C; }

 span { border-color: rgb(150,152,124); }

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