Html Css Color HEX #95977C Lemon Grass

📋 copy color: '#95977C'

red 149 ◦ green 151 ◦ blue 124

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

Shades of Lemon Grass #95977C

Tints of Lemon Grass #95977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 35.14%
G = 35.61%
B = 29.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#95977C (or 0x95977C) is known color: Lemon Grass. HEX triplet: 95, 97 and 7C. RGB value is (149,151,124). Sum of RGB (Red+Green+Blue) = 149+151+124=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #95977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95977C is #6A6883. Grayscale: #939393. Windows color (decimal): -6973572 or 8165269. OLE color: 8165269.

HSL color Cylindrical-coordinate representation of color #95977C: hue angle of 64.44º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95977C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 124 -
CMYK 0.01 0 0.18 0.41
HSL 64.44º 0.11% 0.54% -
HSV(B) 64.44º 0.18% 0.59% -
XYZ 27.1 29.98 23.43 -
YUV 147.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 149 151 124 0.01 0 0.18 0.41 64.44 0.11 0.54
Hex 95 97 7C 1 0 12 29 40 B 36
Octal 225 227 174 1 0 22 51 100 13 66
Binary 10010101 10010111 1111100 1 0 10010 101001 1000000 1011 110110

Color Harmonies of #95977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95977C

Black with #95977C

Text Example


Text Example

White with #95977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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