Html Css Color HEX #929383 Lemon Grass

📋 copy color: '#929383'

red 146 ◦ green 147 ◦ blue 131

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

Shades of Lemon Grass #929383

Tints of Lemon Grass #929383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 34.43%
G = 34.67%
B = 30.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#929383 (or 0x929383) is known color: Lemon Grass. HEX triplet: 92, 93 and 83. RGB value is (146,147,131). Sum of RGB (Red+Green+Blue) = 146+147+131=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #929383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929383 is #6D6C7C. Grayscale: #909090. Windows color (decimal): -7171197 or 8622994. OLE color: 8622994.

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

Color convert

RGB 146 147 131 -
CMYK 0.01 0 0.11 0.42
HSL 63.75º 0.07% 0.55% -
HSV(B) 63.75º 0.11% 0.58% -
XYZ 26.38 28.62 25.61 -
YUV 144.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 146 147 131 0.01 0 0.11 0.42 63.75 0.07 0.55
Hex 92 93 83 1 0 B 2A 40 7 37
Octal 222 223 203 1 0 13 52 100 7 67
Binary 10010010 10010011 10000011 1 0 1011 101010 1000000 111 110111

Color Harmonies of #929383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929383

Black with #929383

Text Example


Text Example

White with #929383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929383; }

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

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

background-color css

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

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

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

border-color css

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

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

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