Html Css Color HEX #95958A Lemon Grass

📋 copy color: '#95958A'

red 149 ◦ green 149 ◦ blue 138

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

Shades of Lemon Grass #95958A

Tints of Lemon Grass #95958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 34.17%
G = 34.17%
B = 31.65%

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

#95958A (or 0x95958A) is known color: Lemon Grass. HEX triplet: 95, 95 and 8A. RGB value is (149,149,138). Sum of RGB (Red+Green+Blue) = 149+149+138=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95958A is #6A6A75. Grayscale: #939393. Windows color (decimal): -6974070 or 9082261. OLE color: 9082261.

HSL color Cylindrical-coordinate representation of color #95958A: 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 #95958A is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 138 -
CMYK 0 0 0.07 0.42
HSL 60º 0.05% 0.56% -
HSV(B) 60º 0.07% 0.58% -
XYZ 27.73 29.72 28.32 -
YUV 147.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 149 149 138 0 0 0.07 0.42 60 0.05 0.56
Hex 95 95 8A 0 0 7 2A 3C 5 38
Octal 225 225 212 0 0 7 52 74 5 70
Binary 10010101 10010101 10001010 0 0 111 101010 111100 101 111000

Color Harmonies of #95958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95958A

Black with #95958A

Text Example


Text Example

White with #95958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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