#95999C

Color #95999C Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #95999C

Tints of Grey Chateau #95999C

Color information

#95999C (or 0x95999C) is unknown color: approx Grey Chateau. HEX triplet: 95, 99 and 9C. RGB value is (149,153,156). Sum of RGB (Red+Green+Blue) = 149+153+156=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #95999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95999C is #6A6663. Grayscale: #989898. Windows color (decimal): -6973028 or 10262933. OLE color: 10262933.

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

Color convert

RGB149153156-
CMYK0.040.0200.39
HSL205.71º3.41%59.8%-
HSV(B)205.71º4.49%61.18%-
XYZ29.7931.5735.98-
YUV152.15130.17125.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=32.53%
G=33.41%
B=34.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491531560.040.0200.39205.713.4159.8
Hex95999C42027ce33c
Octal22523123442047316374
Binary1001010110011001100111001001001001111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95999C; }

 p { color: rgb(149,153,156); }

 H1.HeaderClassName
 {
   color: #95999C;
 }
 .AnyTagClassName
 {
   color: #95999C;
 }
</style>
background-color css

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

 a { background-color: rgb(149,153,156); }

 div.DivClassName
 {
   background-color: #95999C;
 }
 .BgClassName
 {
   background-color: #95999C;
 }
</style>
border-color css

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

 span { border-color: rgb(149,153,156); }

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