Html Css Color HEX #95957F Lemon Grass

📋 copy color: '#95957F'

red 149 ◦ green 149 ◦ blue 127

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

Shades of Lemon Grass #95957F

Tints of Lemon Grass #95957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 35.06%
G = 35.06%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95957F (or 0x95957F) is known color: Lemon Grass. HEX triplet: 95, 95 and 7F. RGB value is (149,149,127). Sum of RGB (Red+Green+Blue) = 149+149+127=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95957F is #6A6A80. Grayscale: #929292. Windows color (decimal): -6974081 or 8361365. OLE color: 8361365.

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

Color convert

RGB 149 149 127 -
CMYK 0 0 0.15 0.42
HSL 60º 0.09% 0.54% -
HSV(B) 60º 0.15% 0.58% -
XYZ 26.97 29.42 24.34 -
YUV 146.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 149 149 127 0 0 0.15 0.42 60 0.09 0.54
Hex 95 95 7F 0 0 F 2A 3C 9 36
Octal 225 225 177 0 0 17 52 74 11 66
Binary 10010101 10010101 1111111 0 0 1111 101010 111100 1001 110110

Color Harmonies of #95957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95957F

Black with #95957F

Text Example


Text Example

White with #95957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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