#96B4A7

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

Shades of Skeptic #96B4A7

Tints of Skeptic #96B4A7

Color information

#96B4A7 (or 0x96B4A7) is unknown color: approx Skeptic. HEX triplet: 96, B4 and A7. RGB value is (150,180,167). Sum of RGB (Red+Green+Blue) = 150+180+167=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B4A7 is #694B58. Grayscale: #A9A9A9. Windows color (decimal): -6900569 or 10990742. OLE color: 10990742.

HSL color Cylindrical-coordinate representation of color #96B4A7: hue angle of 154º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B4A7 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB150180167-
CMYK0.1700.070.29
HSL154º16.67%64.71%-
HSV(B)154º16.67%70.59%-
XYZ35.8741.9242.76-
YUV169.55126.56114.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=30.18%
G=36.22%
B=33.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801670.1700.070.2915416.6764.71
Hex96B4A711071D9a1141
Octal22626424721073523221101
Binary1001011010110100101001111000101111110110011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,167); }

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

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

 a { background-color: rgb(150,180,167); }

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

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

 span { border-color: rgb(150,180,167); }

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