Html Css Color HEX #959685 Lemon Grass

📋 copy color: '#959685'

red 149 ◦ green 150 ◦ blue 133

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

Shades of Lemon Grass #959685

Tints of Lemon Grass #959685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

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

R = 34.49%
G = 34.72%
B = 30.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#959685 (or 0x959685) is known color: Lemon Grass. HEX triplet: 95, 96 and 85. RGB value is (149,150,133). Sum of RGB (Red+Green+Blue) = 149+150+133=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 150 - color contains mainly: green. Hex color #959685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959685 is #6A697A. Grayscale: #939393. Windows color (decimal): -6973819 or 8754837. OLE color: 8754837.

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

Color convert

RGB 149 150 133 -
CMYK 0.01 0 0.11 0.41
HSL 63.53º 0.07% 0.55% -
HSV(B) 63.53º 0.11% 0.59% -
XYZ 27.53 29.9 26.51 -
YUV 147.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 149 150 133 0.01 0 0.11 0.41 63.53 0.07 0.55
Hex 95 96 85 1 0 B 29 40 7 37
Octal 225 226 205 1 0 13 51 100 7 67
Binary 10010101 10010110 10000101 1 0 1011 101001 1000000 111 110111

Color Harmonies of #959685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959685

Black with #959685

Text Example


Text Example

White with #959685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959685; }

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

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

background-color css

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

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

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

border-color css

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

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

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