Html Css Color HEX #95958F Lemon Grass

📋 copy color: '#95958F'

red 149 ◦ green 149 ◦ blue 143

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

Shades of Lemon Grass #95958F

Tints of Lemon Grass #95958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 33.79%
G = 33.79%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95958F (or 0x95958F) is known color: Lemon Grass. HEX triplet: 95, 95 and 8F. RGB value is (149,149,143). Sum of RGB (Red+Green+Blue) = 149+149+143=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95958F is #6A6A70. Grayscale: #949494. Windows color (decimal): -6974065 or 9409941. OLE color: 9409941.

HSL color Cylindrical-coordinate representation of color #95958F: 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.04%. Process color model (Four color, CMYK) of #95958F is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 143 -
CMYK 0 0 0.04 0.42
HSL 60º 0.03% 0.57% -
HSV(B) 60º 0.04% 0.58% -
XYZ 28.1 29.87 30.27 -
YUV 148.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 149 149 143 0 0 0.04 0.42 60 0.03 0.57
Hex 95 95 8F 0 0 4 2A 3C 3 39
Octal 225 225 217 0 0 4 52 74 3 71
Binary 10010101 10010101 10001111 0 0 100 101010 111100 11 111001

Color Harmonies of #95958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95958F

Black with #95958F

Text Example


Text Example

White with #95958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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