Html Css Color HEX #949596 Grey Chateau

📋 copy color: '#949596'

red 148 ◦ green 149 ◦ blue 150

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

Shades of Grey Chateau #949596

Tints of Grey Chateau #949596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 33.11%
G = 33.33%
B = 33.56%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#949596 (or 0x949596) is known color: Grey Chateau. HEX triplet: 94, 95 and 96. RGB value is (148,149,150). Sum of RGB (Red+Green+Blue) = 148+149+150=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 150 - color contains mainly: blue. Hex color #949596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949596 is #6B6A69. Grayscale: #949494. Windows color (decimal): -7039594 or 9868692. OLE color: 9868692.

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

Color convert

RGB 148 149 150 -
CMYK 0.01 0.01 0 0.41
HSL 210º 0.01% 0.58% -
HSV(B) 210º 0.01% 0.59% -
XYZ 28.47 29.99 33.14 -
YUV 148.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 148 149 150 0.01 0.01 0 0.41 210 0.01 0.58
Hex 94 95 96 1 1 0 29 D2 1 3A
Octal 224 225 226 1 1 0 51 322 1 72
Binary 10010100 10010101 10010110 1 1 0 101001 11010010 1 111010

Color Harmonies of #949596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949596

Black with #949596

Text Example


Text Example

White with #949596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949596; }

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

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

background-color css

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

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

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

border-color css

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

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

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