Html Css Color HEX #949188 Heathered Grey

📋 copy color: '#949188'

red 148 ◦ green 145 ◦ blue 136

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

Shades of Heathered Grey #949188

Tints of Heathered Grey #949188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 34.5%
G = 33.8%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#949188 (or 0x949188) is known color: Heathered Grey. HEX triplet: 94, 91 and 88. RGB value is (148,145,136). Sum of RGB (Red+Green+Blue) = 148+145+136=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #949188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949188 is #6B6E77. Grayscale: #909090. Windows color (decimal): -7040632 or 8950164. OLE color: 8950164.

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

Color convert

RGB 148 145 136 -
CMYK 0 0.02 0.08 0.42
HSL 45º 0.05% 0.56% -
HSV(B) 45º 0.08% 0.58% -
XYZ 26.78 28.32 27.35 -
YUV 144.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 148 145 136 0 0.02 0.08 0.42 45 0.05 0.56
Hex 94 91 88 0 2 8 2A 2D 5 38
Octal 224 221 210 0 2 10 52 55 5 70
Binary 10010100 10010001 10001000 0 10 1000 101010 101101 101 111000

Color Harmonies of #949188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949188

Black with #949188

Text Example


Text Example

White with #949188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949188; }

 p { color: rgb(148,145,136); }

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

background-color css

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

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

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

border-color css

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

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

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