Html Css Color HEX #969585 Lemon Grass

📋 copy color: '#969585'

red 150 ◦ green 149 ◦ blue 133

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

Shades of Lemon Grass #969585

Tints of Lemon Grass #969585

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #969585: hue angle of 56.47º 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 #969585 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 133 -
CMYK 0 0.01 0.11 0.41
HSL 56.47º 0.07% 0.55% -
HSV(B) 56.47º 0.11% 0.59% -
XYZ 27.56 29.67 26.47 -
YUV 147.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 150 149 133 0 0.01 0.11 0.41 56.47 0.07 0.55
Hex 96 95 85 0 1 B 29 38 7 37
Octal 226 225 205 0 1 13 51 70 7 67
Binary 10010110 10010101 10000101 0 1 1011 101001 111000 111 110111

Color Harmonies of #969585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969585

Black with #969585

Text Example


Text Example

White with #969585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969585; }

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

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

background-color css

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

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

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

border-color css

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

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

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