Html Css Color HEX #95978B Lemon Grass

📋 copy color: '#95978B'

red 149 ◦ green 151 ◦ blue 139

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

Shades of Lemon Grass #95978B

Tints of Lemon Grass #95978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

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

R = 33.94%
G = 34.4%
B = 31.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#95978B (or 0x95978B) is known color: Lemon Grass. HEX triplet: 95, 97 and 8B. RGB value is (149,151,139). Sum of RGB (Red+Green+Blue) = 149+151+139=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 151 - color contains mainly: green. Hex color #95978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95978B is #6A6874. Grayscale: #959595. Windows color (decimal): -6973557 or 9148309. OLE color: 9148309.

HSL color Cylindrical-coordinate representation of color #95978B: hue angle of 70º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95978B is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 139 -
CMYK 0.01 0 0.08 0.41
HSL 70º 0.05% 0.57% -
HSV(B) 70º 0.08% 0.59% -
XYZ 28.12 30.39 28.81 -
YUV 149.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 149 151 139 0.01 0 0.08 0.41 70 0.05 0.57
Hex 95 97 8B 1 0 8 29 46 5 39
Octal 225 227 213 1 0 10 51 106 5 71
Binary 10010101 10010111 10001011 1 0 1000 101001 1000110 101 111001

Color Harmonies of #95978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95978B

Black with #95978B

Text Example


Text Example

White with #95978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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