Html Css Color HEX #96968D Lemon Grass

📋 copy color: '#96968D'

red 150 ◦ green 150 ◦ blue 141

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

Shades of Lemon Grass #96968D

Tints of Lemon Grass #96968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 34.01%
G = 34.01%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96968D (or 0x96968D) is known color: Lemon Grass. HEX triplet: 96, 96 and 8D. RGB value is (150,150,141). Sum of RGB (Red+Green+Blue) = 150+150+141=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96968D is #696972. Grayscale: #959595. Windows color (decimal): -6908275 or 9279126. OLE color: 9279126.

HSL color Cylindrical-coordinate representation of color #96968D: hue angle of 60º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96968D is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 141 -
CMYK 0 0 0.06 0.41
HSL 60º 0.04% 0.57% -
HSV(B) 60º 0.06% 0.59% -
XYZ 28.29 30.22 29.54 -
YUV 148.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 150 150 141 0 0 0.06 0.41 60 0.04 0.57
Hex 96 96 8D 0 0 6 29 3C 4 39
Octal 226 226 215 0 0 6 51 74 4 71
Binary 10010110 10010110 10001101 0 0 110 101001 111100 100 111001

Color Harmonies of #96968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96968D

Black with #96968D

Text Example


Text Example

White with #96968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96968D; }

 p { color: rgb(150,150,141); }

 H1.HeaderClassName
 {
   color: #96968D;
 }
 .AnyTagClassName
 {
   color: #96968D;
 }
</style>

background-color css

<style>
 a { background-color: #96968D; }

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

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

border-color css

<style>
 span { border-color: #96968D; }

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

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