Html Css Color HEX #929387 Lemon Grass

📋 copy color: '#929387'

red 146 ◦ green 147 ◦ blue 135

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

Shades of Lemon Grass #929387

Tints of Lemon Grass #929387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 34.11%
G = 34.35%
B = 31.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#929387 (or 0x929387) is known color: Lemon Grass. HEX triplet: 92, 93 and 87. RGB value is (146,147,135). Sum of RGB (Red+Green+Blue) = 146+147+135=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #929387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929387 is #6D6C78. Grayscale: #919191. Windows color (decimal): -7171193 or 8885138. OLE color: 8885138.

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

Color convert

RGB 146 147 135 -
CMYK 0.01 0 0.08 0.42
HSL 65º 0.05% 0.55% -
HSV(B) 65º 0.08% 0.58% -
XYZ 26.66 28.73 27.06 -
YUV 145.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 146 147 135 0.01 0 0.08 0.42 65 0.05 0.55
Hex 92 93 87 1 0 8 2A 41 5 37
Octal 222 223 207 1 0 10 52 101 5 67
Binary 10010010 10010011 10000111 1 0 1000 101010 1000001 101 110111

Color Harmonies of #929387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929387

Black with #929387

Text Example


Text Example

White with #929387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929387; }

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

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

background-color css

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

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

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

border-color css

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

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

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