Html Css Color HEX #959485 Lemon Grass

📋 copy color: '#959485'

red 149 ◦ green 148 ◦ blue 133

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

Shades of Lemon Grass #959485

Tints of Lemon Grass #959485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 34.65%
G = 34.42%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#959485 (or 0x959485) is known color: Lemon Grass. HEX triplet: 95, 94 and 85. RGB value is (149,148,133). Sum of RGB (Red+Green+Blue) = 149+148+133=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959485 is #6A6B7A. Grayscale: #929292. Windows color (decimal): -6974331 or 8754325. OLE color: 8754325.

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

Color convert

RGB 149 148 133 -
CMYK 0 0.01 0.11 0.42
HSL 56.25º 0.07% 0.55% -
HSV(B) 56.25º 0.11% 0.58% -
XYZ 27.22 29.26 26.4 -
YUV 146.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 149 148 133 0 0.01 0.11 0.42 56.25 0.07 0.55
Hex 95 94 85 0 1 B 2A 38 7 37
Octal 225 224 205 0 1 13 52 70 7 67
Binary 10010101 10010100 10000101 0 1 1011 101010 111000 111 110111

Color Harmonies of #959485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959485

Black with #959485

Text Example


Text Example

White with #959485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959485; }

 p { color: rgb(149,148,133); }

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

background-color css

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

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

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

border-color css

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

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

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