Html Css Color HEX #95957C Lemon Grass

📋 copy color: '#95957C'

red 149 ◦ green 149 ◦ blue 124

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

Shades of Lemon Grass #95957C

Tints of Lemon Grass #95957C

RGB

 RED value IS 149 (58.59% from 255) = 35.31%

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 35.31%
G = 35.31%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95957C (or 0x95957C) is known color: Lemon Grass. HEX triplet: 95, 95 and 7C. RGB value is (149,149,124). Sum of RGB (Red+Green+Blue) = 149+149+124=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95957C is #6A6A83. Grayscale: #929292. Windows color (decimal): -6974084 or 8164757. OLE color: 8164757.

HSL color Cylindrical-coordinate representation of color #95957C: hue angle of 60º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95957C is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 124 -
CMYK 0 0 0.17 0.42
HSL 60º 0.11% 0.54% -
HSV(B) 60º 0.17% 0.58% -
XYZ 26.78 29.34 23.32 -
YUV 146.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 149 149 124 0 0 0.17 0.42 60 0.11 0.54
Hex 95 95 7C 0 0 11 2A 3C B 36
Octal 225 225 174 0 0 21 52 74 13 66
Binary 10010101 10010101 1111100 0 0 10001 101010 111100 1011 110110

Color Harmonies of #95957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95957C

Black with #95957C

Text Example


Text Example

White with #95957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95957C; }

 p { color: rgb(149,149,124); }

 H1.HeaderClassName
 {
   color: #95957C;
 }
 .AnyTagClassName
 {
   color: #95957C;
 }
</style>

background-color css

<style>
 a { background-color: #95957C; }

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

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

border-color css

<style>
 span { border-color: #95957C; }

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

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