Html Css Color HEX #96947E Lemon Grass

📋 copy color: '#96947E'

red 150 ◦ green 148 ◦ blue 126

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

Shades of Lemon Grass #96947E

Tints of Lemon Grass #96947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

 BLUE value IS 126 (49.61% from 255) = 29.72%

R = 35.38%
G = 34.91%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96947E (or 0x96947E) is known color: Lemon Grass. HEX triplet: 96, 94 and 7E. RGB value is (150,148,126). Sum of RGB (Red+Green+Blue) = 150+148+126=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96947E is #696B81. Grayscale: #929292. Windows color (decimal): -6908802 or 8295574. OLE color: 8295574.

HSL color Cylindrical-coordinate representation of color #96947E: hue angle of 55º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96947E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 126 -
CMYK 0 0.01 0.16 0.41
HSL 55º 0.1% 0.54% -
HSV(B) 55º 0.16% 0.59% -
XYZ 26.93 29.17 23.95 -
YUV 146.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 150 148 126 0 0.01 0.16 0.41 55 0.1 0.54
Hex 96 94 7E 0 1 10 29 37 A 36
Octal 226 224 176 0 1 20 51 67 12 66
Binary 10010110 10010100 1111110 0 1 10000 101001 110111 1010 110110

Color Harmonies of #96947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96947E

Black with #96947E

Text Example


Text Example

White with #96947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96947E; }

 p { color: rgb(150,148,126); }

 H1.HeaderClassName
 {
   color: #96947E;
 }
 .AnyTagClassName
 {
   color: #96947E;
 }
</style>

background-color css

<style>
 a { background-color: #96947E; }

 a { background-color: rgb(150,148,126); }

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

border-color css

<style>
 span { border-color: #96947E; }

 span { border-color: rgb(150,148,126); }

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