Html Css Color HEX #95977D Lemon Grass

📋 copy color: '#95977D'

red 149 ◦ green 151 ◦ blue 125

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

Shades of Lemon Grass #95977D

Tints of Lemon Grass #95977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 35.06%
G = 35.53%
B = 29.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#95977D (or 0x95977D) is known color: Lemon Grass. HEX triplet: 95, 97 and 7D. RGB value is (149,151,125). Sum of RGB (Red+Green+Blue) = 149+151+125=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #95977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95977D is #6A6882. Grayscale: #939393. Windows color (decimal): -6973571 or 8230805. OLE color: 8230805.

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

Color convert

RGB 149 151 125 -
CMYK 0.01 0 0.17 0.41
HSL 64.62º 0.11% 0.54% -
HSV(B) 64.62º 0.17% 0.59% -
XYZ 27.16 30 23.76 -
YUV 147.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 149 151 125 0.01 0 0.17 0.41 64.62 0.11 0.54
Hex 95 97 7D 1 0 11 29 41 B 36
Octal 225 227 175 1 0 21 51 101 13 66
Binary 10010101 10010111 1111101 1 0 10001 101001 1000001 1011 110110

Color Harmonies of #95977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95977D

Black with #95977D

Text Example


Text Example

White with #95977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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