Html Css Color HEX #96988C Lemon Grass

📋 copy color: '#96988C'

red 150 ◦ green 152 ◦ blue 140

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

Shades of Lemon Grass #96988C

Tints of Lemon Grass #96988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 33.94%
G = 34.39%
B = 31.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#96988C (or 0x96988C) is known color: Lemon Grass. HEX triplet: 96, 98 and 8C. RGB value is (150,152,140). Sum of RGB (Red+Green+Blue) = 150+152+140=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 152 - color contains mainly: green. Hex color #96988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96988C is #696773. Grayscale: #969696. Windows color (decimal): -6907764 or 9214102. OLE color: 9214102.

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

Color convert

RGB 150 152 140 -
CMYK 0.01 0 0.08 0.40
HSL 70º 0.06% 0.57% -
HSV(B) 70º 0.08% 0.6% -
XYZ 28.54 30.83 29.26 -
YUV 150.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 150 152 140 0.01 0 0.08 0.40 70 0.06 0.57
Hex 96 98 8C 1 0 8 28 46 6 39
Octal 226 230 214 1 0 10 50 106 6 71
Binary 10010110 10011000 10001100 1 0 1000 101000 1000110 110 111001

Color Harmonies of #96988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96988C

Black with #96988C

Text Example


Text Example

White with #96988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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