Html Css Color HEX #929380 Lemon Grass

📋 copy color: '#929380'

red 146 ◦ green 147 ◦ blue 128

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

Shades of Lemon Grass #929380

Tints of Lemon Grass #929380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 34.68%
G = 34.92%
B = 30.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#929380 (or 0x929380) is known color: Lemon Grass. HEX triplet: 92, 93 and 80. RGB value is (146,147,128). Sum of RGB (Red+Green+Blue) = 146+147+128=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #929380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929380 is #6D6C7F. Grayscale: #909090. Windows color (decimal): -7171200 or 8426386. OLE color: 8426386.

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

Color convert

RGB 146 147 128 -
CMYK 0.01 0 0.13 0.42
HSL 63.16º 0.08% 0.54% -
HSV(B) 63.16º 0.13% 0.58% -
XYZ 26.18 28.54 24.55 -
YUV 144.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 146 147 128 0.01 0 0.13 0.42 63.16 0.08 0.54
Hex 92 93 80 1 0 D 2A 3F 8 36
Octal 222 223 200 1 0 15 52 77 10 66
Binary 10010010 10010011 10000000 1 0 1101 101010 111111 1000 110110

Color Harmonies of #929380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929380

Black with #929380

Text Example


Text Example

White with #929380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929380; }

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

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

background-color css

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

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

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

border-color css

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

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

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