#96B7A9

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

Shades of Skeptic #96B7A9

Tints of Skeptic #96B7A9

Color information

#96B7A9 (or 0x96B7A9) is unknown color: approx Skeptic. HEX triplet: 96, B7 and A9. RGB value is (150,183,169). Sum of RGB (Red+Green+Blue) = 150+183+169=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #96B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B7A9 is #694856. Grayscale: #ABABAB. Windows color (decimal): -6899799 or 11122582. OLE color: 11122582.

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

Color convert

RGB150183169-
CMYK0.1800.080.28
HSL154.55º18.64%65.29%-
HSV(B)154.55º18.03%71.76%-
XYZ36.6743.2243.94-
YUV171.54126.57112.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 169 (66.41% from 255) = 33.67%
R=29.88%
G=36.45%
B=33.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831690.1800.080.28154.5518.6465.29
Hex96B7A912081C9b1341
Octal226267251220103423323101
Binary10010110101101111010100110010010001110010011011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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