Html Css Color HEX #949493 Lemon Grass

📋 copy color: '#949493'

red 148 ◦ green 148 ◦ blue 147

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

Shades of Lemon Grass #949493

Tints of Lemon Grass #949493

RGB

 RED value IS 148 (58.2% from 255) = 33.41%

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 147 (57.81% from 255) = 33.18%

R = 33.41%
G = 33.41%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#949493 (or 0x949493) is known color: Lemon Grass. HEX triplet: 94, 94 and 93. RGB value is (148,148,147). Sum of RGB (Red+Green+Blue) = 148+148+147=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949493 is #6B6B6C. Grayscale: #939393. Windows color (decimal): -7039853 or 9671828. OLE color: 9671828.

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

Color convert

RGB 148 148 147 -
CMYK 0 0 0.01 0.42
HSL 60º 0% 0.58% -
HSV(B) 60º 0.01% 0.58% -
XYZ 28.07 29.58 31.83 -
YUV 147.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 148 148 147 0 0 0.01 0.42 60 0 0.58
Hex 94 94 93 0 0 1 2A 3C 0 3A
Octal 224 224 223 0 0 1 52 74 0 72
Binary 10010100 10010100 10010011 0 0 1 101010 111100 0 111010

Color Harmonies of #949493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949493

Black with #949493

Text Example


Text Example

White with #949493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949493; }

 p { color: rgb(148,148,147); }

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

background-color css

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

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

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

border-color css

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

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

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