Html Css Color HEX #969785 Lemon Grass

📋 copy color: '#969785'

red 150 ◦ green 151 ◦ blue 133

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

Shades of Lemon Grass #969785

Tints of Lemon Grass #969785

RGB

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

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

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

R = 34.56%
G = 34.79%
B = 30.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#969785 (or 0x969785) is known color: Lemon Grass. HEX triplet: 96, 97 and 85. RGB value is (150,151,133). Sum of RGB (Red+Green+Blue) = 150+151+133=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 151 - color contains mainly: green. Hex color #969785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969785 is #69687A. Grayscale: #949494. Windows color (decimal): -6908027 or 8755094. OLE color: 8755094.

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

Color convert

RGB 150 151 133 -
CMYK 0.01 0 0.12 0.41
HSL 63.33º 0.08% 0.56% -
HSV(B) 63.33º 0.12% 0.59% -
XYZ 27.88 30.31 26.57 -
YUV 148.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 150 151 133 0.01 0 0.12 0.41 63.33 0.08 0.56
Hex 96 97 85 1 0 C 29 3F 8 38
Octal 226 227 205 1 0 14 51 77 10 70
Binary 10010110 10010111 10000101 1 0 1100 101001 111111 1000 111000

Color Harmonies of #969785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969785

Black with #969785

Text Example


Text Example

White with #969785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969785; }

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

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

background-color css

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

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

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

border-color css

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

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

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