#99B8A9

Color #99B8A9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #99B8A9

Tints of Skeptic #99B8A9

Color information

#99B8A9 (or 0x99B8A9) is unknown color: approx Skeptic. HEX triplet: 99, B8 and A9. RGB value is (153,184,169). Sum of RGB (Red+Green+Blue) = 153+184+169=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #99B8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B8A9 is #664756. Grayscale: #ADADAD. Windows color (decimal): -6702935 or 11122841. OLE color: 11122841.

HSL color Cylindrical-coordinate representation of color #99B8A9: hue angle of 150.97º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B8A9 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB153184169-
CMYK0.1700.080.28
HSL150.97º17.92%66.08%-
HSV(B)150.97º16.85%72.16%-
XYZ37.4443.9244.04-
YUV173.02125.73113.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=30.24%
G=36.36%
B=33.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531841690.1700.080.28150.9717.9266.08
Hex99B8A911081C971242
Octal231270251210103422722102
Binary10011001101110001010100110001010001110010010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B8A9; }

 p { color: rgb(153,184,169); }

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

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

 a { background-color: rgb(153,184,169); }

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

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

 span { border-color: rgb(153,184,169); }

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