Html Css Color HEX #96968A Lemon Grass

📋 copy color: '#96968A'

red 150 ◦ green 150 ◦ blue 138

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

Shades of Lemon Grass #96968A

Tints of Lemon Grass #96968A

RGB

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

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

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

R = 34.25%
G = 34.25%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96968A (or 0x96968A) is known color: Lemon Grass. HEX triplet: 96, 96 and 8A. RGB value is (150,150,138). Sum of RGB (Red+Green+Blue) = 150+150+138=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96968A is #696975. Grayscale: #949494. Windows color (decimal): -6908278 or 9082518. OLE color: 9082518.

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

Color convert

RGB 150 150 138 -
CMYK 0 0 0.08 0.41
HSL 60º 0.05% 0.56% -
HSV(B) 60º 0.08% 0.59% -
XYZ 28.07 30.13 28.38 -
YUV 148.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 150 150 138 0 0 0.08 0.41 60 0.05 0.56
Hex 96 96 8A 0 0 8 29 3C 5 38
Octal 226 226 212 0 0 10 51 74 5 70
Binary 10010110 10010110 10001010 0 0 1000 101001 111100 101 111000

Color Harmonies of #96968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96968A

Black with #96968A

Text Example


Text Example

White with #96968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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