Html Css Color HEX #95958E Lemon Grass

📋 copy color: '#95958E'

red 149 ◦ green 149 ◦ blue 142

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

Shades of Lemon Grass #95958E

Tints of Lemon Grass #95958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.27%

R = 33.86%
G = 33.86%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95958E (or 0x95958E) is known color: Lemon Grass. HEX triplet: 95, 95 and 8E. RGB value is (149,149,142). Sum of RGB (Red+Green+Blue) = 149+149+142=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95958E is #6A6A71. Grayscale: #949494. Windows color (decimal): -6974066 or 9344405. OLE color: 9344405.

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

Color convert

RGB 149 149 142 -
CMYK 0 0 0.05 0.42
HSL 60º 0.03% 0.57% -
HSV(B) 60º 0.05% 0.58% -
XYZ 28.02 29.84 29.87 -
YUV 148.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 149 149 142 0 0 0.05 0.42 60 0.03 0.57
Hex 95 95 8E 0 0 5 2A 3C 3 39
Octal 225 225 216 0 0 5 52 74 3 71
Binary 10010101 10010101 10001110 0 0 101 101010 111100 11 111001

Color Harmonies of #95958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95958E

Black with #95958E

Text Example


Text Example

White with #95958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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