Html Css Color HEX #96968B Lemon Grass

📋 copy color: '#96968B'

red 150 ◦ green 150 ◦ blue 139

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

Shades of Lemon Grass #96968B

Tints of Lemon Grass #96968B

RGB

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

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

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

R = 34.17%
G = 34.17%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96968B (or 0x96968B) is known color: Lemon Grass. HEX triplet: 96, 96 and 8B. RGB value is (150,150,139). Sum of RGB (Red+Green+Blue) = 150+150+139=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96968B is #696974. Grayscale: #949494. Windows color (decimal): -6908277 or 9148054. OLE color: 9148054.

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

Color convert

RGB 150 150 139 -
CMYK 0 0 0.07 0.41
HSL 60º 0.05% 0.57% -
HSV(B) 60º 0.07% 0.59% -
XYZ 28.14 30.16 28.76 -
YUV 148.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 150 150 139 0 0 0.07 0.41 60 0.05 0.57
Hex 96 96 8B 0 0 7 29 3C 5 39
Octal 226 226 213 0 0 7 51 74 5 71
Binary 10010110 10010110 10001011 0 0 111 101001 111100 101 111001

Color Harmonies of #96968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96968B

Black with #96968B

Text Example


Text Example

White with #96968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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