#98999A

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

Shades of Grey Chateau #98999A

Tints of Grey Chateau #98999A

Color information

#98999A (or 0x98999A) is unknown color: approx Grey Chateau. HEX triplet: 98, 99 and 9A. RGB value is (152,153,154). Sum of RGB (Red+Green+Blue) = 152+153+154=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 154 - color contains mainly: blue. Hex color #98999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98999A is #676665. Grayscale: #989898. Windows color (decimal): -6776422 or 10131864. OLE color: 10131864.

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

Color convert

RGB152153154-
CMYK0.010.0100.40
HSL210º0.98%60%-
HSV(B)210º1.3%60.39%-
XYZ30.1731.7935.12-
YUV152.82128.67127.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=33.12%
G=33.33%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521531540.010.0100.402100.9860
Hex98999A11028d213c
Octal23023123211050322174
Binary100110001001100110011010110101000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98999A; }

 p { color: rgb(152,153,154); }

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

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

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

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

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

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

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