Html Css Color HEX #94A195 Pewter

📋 copy color: '#94A195'

red 148 ◦ green 161 ◦ blue 149

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

Shades of Pewter #94A195

Tints of Pewter #94A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 32.31%
G = 35.15%
B = 32.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#94A195 (or 0x94A195) is known color: Pewter. HEX triplet: 94, A1 and 95. RGB value is (148,161,149). Sum of RGB (Red+Green+Blue) = 148+161+149=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #94A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A195 is #6B5E6A. Grayscale: #9B9B9B. Windows color (decimal): -7036523 or 9806228. OLE color: 9806228.

HSL color Cylindrical-coordinate representation of color #94A195: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94A195 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 149 -
CMYK 0.08 0 0.07 0.37
HSL 124.62º 0.06% 0.61% -
HSV(B) 124.62º 0.08% 0.63% -
XYZ 30.38 33.96 33.39 -
YUV 155.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 148 161 149 0.08 0 0.07 0.37 124.62 0.06 0.61
Hex 94 A1 95 8 0 7 25 7D 6 3D
Octal 224 241 225 10 0 7 45 175 6 75
Binary 10010100 10100001 10010101 1000 0 111 100101 1111101 110 111101

Color Harmonies of #94A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A195

Black with #94A195

Text Example


Text Example

White with #94A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A195; }

 p { color: rgb(148,161,149); }

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

background-color css

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

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

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

border-color css

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

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

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