Html Css Color HEX #96988A Lemon Grass

📋 copy color: '#96988A'

red 150 ◦ green 152 ◦ blue 138

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

Shades of Lemon Grass #96988A

Tints of Lemon Grass #96988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 34.09%
G = 34.55%
B = 31.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#96988A (or 0x96988A) is known color: Lemon Grass. HEX triplet: 96, 98 and 8A. RGB value is (150,152,138). Sum of RGB (Red+Green+Blue) = 150+152+138=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 152 - color contains mainly: green. Hex color #96988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96988A is #696775. Grayscale: #959595. Windows color (decimal): -6907766 or 9083030. OLE color: 9083030.

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

Color convert

RGB 150 152 138 -
CMYK 0.01 0 0.09 0.40
HSL 68.57º 0.06% 0.57% -
HSV(B) 68.57º 0.09% 0.6% -
XYZ 28.39 30.78 28.49 -
YUV 149.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 150 152 138 0.01 0 0.09 0.40 68.57 0.06 0.57
Hex 96 98 8A 1 0 9 28 45 6 39
Octal 226 230 212 1 0 11 50 105 6 71
Binary 10010110 10011000 10001010 1 0 1001 101000 1000101 110 111001

Color Harmonies of #96988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96988A

Black with #96988A

Text Example


Text Example

White with #96988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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