Html Css Color HEX #909383 Lemon Grass

📋 copy color: '#909383'

red 144 ◦ green 147 ◦ blue 131

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

Shades of Lemon Grass #909383

Tints of Lemon Grass #909383

RGB

 RED value IS 144 (56.64% from 255) = 34.12%

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

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

R = 34.12%
G = 34.83%
B = 31.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#909383 (or 0x909383) is known color: Lemon Grass. HEX triplet: 90, 93 and 83. RGB value is (144,147,131). Sum of RGB (Red+Green+Blue) = 144+147+131=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #909383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909383 is #6F6C7C. Grayscale: #909090. Windows color (decimal): -7302269 or 8622992. OLE color: 8622992.

HSL color Cylindrical-coordinate representation of color #909383: hue angle of 71.25º 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 #909383 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 147 131 -
CMYK 0.02 0 0.11 0.42
HSL 71.25º 0.07% 0.55% -
HSV(B) 71.25º 0.11% 0.58% -
XYZ 26.03 28.44 25.59 -
YUV 144.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 144 147 131 0.02 0 0.11 0.42 71.25 0.07 0.55
Hex 90 93 83 2 0 B 2A 47 7 37
Octal 220 223 203 2 0 13 52 107 7 67
Binary 10010000 10010011 10000011 10 0 1011 101010 1000111 111 110111

Color Harmonies of #909383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909383

Black with #909383

Text Example


Text Example

White with #909383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909383; }

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

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

background-color css

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

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

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

border-color css

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

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

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