Html Css Color HEX #96987B Lemon Grass

📋 copy color: '#96987B'

red 150 ◦ green 152 ◦ blue 123

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

Shades of Lemon Grass #96987B

Tints of Lemon Grass #96987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 35.29%
G = 35.76%
B = 28.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#96987B (or 0x96987B) is known color: Lemon Grass. HEX triplet: 96, 98 and 7B. RGB value is (150,152,123). Sum of RGB (Red+Green+Blue) = 150+152+123=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #96987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96987B is #696784. Grayscale: #949494. Windows color (decimal): -6907781 or 8099990. OLE color: 8099990.

HSL color Cylindrical-coordinate representation of color #96987B: hue angle of 64.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96987B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 123 -
CMYK 0.01 0 0.19 0.40
HSL 64.14º 0.12% 0.54% -
HSV(B) 64.14º 0.19% 0.6% -
XYZ 27.38 30.37 23.16 -
YUV 148.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 150 152 123 0.01 0 0.19 0.40 64.14 0.12 0.54
Hex 96 98 7B 1 0 13 28 40 C 36
Octal 226 230 173 1 0 23 50 100 14 66
Binary 10010110 10011000 1111011 1 0 10011 101000 1000000 1100 110110

Color Harmonies of #96987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96987B

Black with #96987B

Text Example


Text Example

White with #96987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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