Html Css Color HEX #96988B Lemon Grass

📋 copy color: '#96988B'

red 150 ◦ green 152 ◦ blue 139

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

Shades of Lemon Grass #96988B

Tints of Lemon Grass #96988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 34.01%
G = 34.47%
B = 31.52%

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

#96988B (or 0x96988B) is known color: Lemon Grass. HEX triplet: 96, 98 and 8B. RGB value is (150,152,139). Sum of RGB (Red+Green+Blue) = 150+152+139=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 152 - color contains mainly: green. Hex color #96988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96988B is #696774. Grayscale: #959595. Windows color (decimal): -6907765 or 9148566. OLE color: 9148566.

HSL color Cylindrical-coordinate representation of color #96988B: hue angle of 69.23º 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 #96988B is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 139 -
CMYK 0.01 0 0.09 0.40
HSL 69.23º 0.06% 0.57% -
HSV(B) 69.23º 0.09% 0.6% -
XYZ 28.47 30.8 28.87 -
YUV 149.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 150 152 139 0.01 0 0.09 0.40 69.23 0.06 0.57
Hex 96 98 8B 1 0 9 28 45 6 39
Octal 226 230 213 1 0 11 50 105 6 71
Binary 10010110 10011000 10001011 1 0 1001 101000 1000101 110 111001

Color Harmonies of #96988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96988B

Black with #96988B

Text Example


Text Example

White with #96988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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