Html Css Color HEX #949894 Pewter

📋 copy color: '#949894'

red 148 ◦ green 152 ◦ blue 148

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

Shades of Pewter #949894

Tints of Pewter #949894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.93%

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 33.04%
G = 33.93%
B = 33.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#949894 (or 0x949894) is known color: Pewter. HEX triplet: 94, 98 and 94. RGB value is (148,152,148). Sum of RGB (Red+Green+Blue) = 148+152+148=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 152 - color contains mainly: green. Hex color #949894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949894 is #6B676B. Grayscale: #969696. Windows color (decimal): -7038828 or 9738388. OLE color: 9738388.

HSL color Cylindrical-coordinate representation of color #949894: hue angle of 120º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949894 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 148 -
CMYK 0.03 0 0.03 0.40
HSL 120º 0.02% 0.59% -
HSV(B) 120º 0.03% 0.6% -
XYZ 28.79 30.89 32.46 -
YUV 150.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 148 152 148 0.03 0 0.03 0.40 120 0.02 0.59
Hex 94 98 94 3 0 3 28 78 2 3B
Octal 224 230 224 3 0 3 50 170 2 73
Binary 10010100 10011000 10010100 11 0 11 101000 1111000 10 111011

Color Harmonies of #949894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949894

Black with #949894

Text Example


Text Example

White with #949894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949894; }

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

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

background-color css

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

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

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

border-color css

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

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

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