#96B9A9

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

Shades of Skeptic #96B9A9

Tints of Skeptic #96B9A9

Color information

#96B9A9 (or 0x96B9A9) is unknown color: approx Skeptic. HEX triplet: 96, B9 and A9. RGB value is (150,185,169). Sum of RGB (Red+Green+Blue) = 150+185+169=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #96B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B9A9 is #694656. Grayscale: #ACACAC. Windows color (decimal): -6899287 or 11123094. OLE color: 11123094.

HSL color Cylindrical-coordinate representation of color #96B9A9: hue angle of 152.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B9A9 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB150185169-
CMYK0.1900.090.27
HSL152.57º20%65.69%-
HSV(B)152.57º18.92%72.55%-
XYZ37.0944.0544.08-
YUV172.71125.9111.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=29.76%
G=36.71%
B=33.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851690.1900.090.27152.572065.69
Hex96B9A913091B991442
Octal226271251230113323124102
Binary10010110101110011010100110011010011101110011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B9A9; }

 p { color: rgb(150,185,169); }

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

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

 a { background-color: rgb(150,185,169); }

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

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

 span { border-color: rgb(150,185,169); }

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