Html Css Color HEX #95958B Lemon Grass

📋 copy color: '#95958B'

red 149 ◦ green 149 ◦ blue 139

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

Shades of Lemon Grass #95958B

Tints of Lemon Grass #95958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 34.1%
G = 34.1%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95958B (or 0x95958B) is known color: Lemon Grass. HEX triplet: 95, 95 and 8B. RGB value is (149,149,139). Sum of RGB (Red+Green+Blue) = 149+149+139=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95958B is #6A6A74. Grayscale: #939393. Windows color (decimal): -6974069 or 9147797. OLE color: 9147797.

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

Color convert

RGB 149 149 139 -
CMYK 0 0 0.07 0.42
HSL 60º 0.05% 0.56% -
HSV(B) 60º 0.07% 0.58% -
XYZ 27.8 29.75 28.7 -
YUV 147.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 149 149 139 0 0 0.07 0.42 60 0.05 0.56
Hex 95 95 8B 0 0 7 2A 3C 5 38
Octal 225 225 213 0 0 7 52 74 5 70
Binary 10010101 10010101 10001011 0 0 111 101010 111100 101 111000

Color Harmonies of #95958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95958B

Black with #95958B

Text Example


Text Example

White with #95958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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