Html Css Color HEX #96958A Lemon Grass

📋 copy color: '#96958A'

red 150 ◦ green 149 ◦ blue 138

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

Shades of Lemon Grass #96958A

Tints of Lemon Grass #96958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

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

R = 34.32%
G = 34.1%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96958A (or 0x96958A) is known color: Lemon Grass. HEX triplet: 96, 95 and 8A. RGB value is (150,149,138). Sum of RGB (Red+Green+Blue) = 150+149+138=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96958A is #696A75. Grayscale: #949494. Windows color (decimal): -6908534 or 9082262. OLE color: 9082262.

HSL color Cylindrical-coordinate representation of color #96958A: hue angle of 55º 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 #96958A is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 138 -
CMYK 0 0.01 0.08 0.41
HSL 55º 0.05% 0.56% -
HSV(B) 55º 0.08% 0.59% -
XYZ 27.91 29.81 28.33 -
YUV 148.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 150 149 138 0 0.01 0.08 0.41 55 0.05 0.56
Hex 96 95 8A 0 1 8 29 37 5 38
Octal 226 225 212 0 1 10 51 67 5 70
Binary 10010110 10010101 10001010 0 1 1000 101001 110111 101 111000

Color Harmonies of #96958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96958A

Black with #96958A

Text Example


Text Example

White with #96958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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