Html Css Color HEX #949492 Lemon Grass

📋 copy color: '#949492'

red 148 ◦ green 148 ◦ blue 146

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

Shades of Lemon Grass #949492

Tints of Lemon Grass #949492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 33.48%
G = 33.48%
B = 33.03%

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

#949492 (or 0x949492) is known color: Lemon Grass. HEX triplet: 94, 94 and 92. RGB value is (148,148,146). Sum of RGB (Red+Green+Blue) = 148+148+146=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949492 is #6B6B6D. Grayscale: #939393. Windows color (decimal): -7039854 or 9606292. OLE color: 9606292.

HSL color Cylindrical-coordinate representation of color #949492: hue angle of 60º degrees, saturation: 0.01, 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 #949492 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 146 -
CMYK 0 0 0.01 0.42
HSL 60º 0.01% 0.58% -
HSV(B) 60º 0.01% 0.58% -
XYZ 27.99 29.55 31.42 -
YUV 147.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 148 148 146 0 0 0.01 0.42 60 0.01 0.58
Hex 94 94 92 0 0 1 2A 3C 1 3A
Octal 224 224 222 0 0 1 52 74 1 72
Binary 10010100 10010100 10010010 0 0 1 101010 111100 1 111010

Color Harmonies of #949492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949492

Black with #949492

Text Example


Text Example

White with #949492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949492; }

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

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

background-color css

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

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

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

border-color css

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

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

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