Html Css Color HEX #929385 Lemon Grass

📋 copy color: '#929385'

red 146 ◦ green 147 ◦ blue 133

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

Shades of Lemon Grass #929385

Tints of Lemon Grass #929385

RGB

 RED value IS 146 (57.42% from 255) = 34.27%

 GREEN value IS 147 (57.81% from 255) = 34.51%

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

R = 34.27%
G = 34.51%
B = 31.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#929385 (or 0x929385) is known color: Lemon Grass. HEX triplet: 92, 93 and 85. RGB value is (146,147,133). Sum of RGB (Red+Green+Blue) = 146+147+133=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #929385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929385 is #6D6C7A. Grayscale: #919191. Windows color (decimal): -7171195 or 8754066. OLE color: 8754066.

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

Color convert

RGB 146 147 133 -
CMYK 0.01 0 0.10 0.42
HSL 64.29º 0.06% 0.55% -
HSV(B) 64.29º 0.1% 0.58% -
XYZ 26.52 28.67 26.33 -
YUV 145.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 146 147 133 0.01 0 0.10 0.42 64.29 0.06 0.55
Hex 92 93 85 1 0 A 2A 40 6 37
Octal 222 223 205 1 0 12 52 100 6 67
Binary 10010010 10010011 10000101 1 0 1010 101010 1000000 110 110111

Color Harmonies of #929385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929385

Black with #929385

Text Example


Text Example

White with #929385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929385; }

 p { color: rgb(146,147,133); }

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

background-color css

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

 a { background-color: rgb(146,147,133); }

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

border-color css

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

 span { border-color: rgb(146,147,133); }

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