#96BAAA

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

Shades of Skeptic #96BAAA

Tints of Skeptic #96BAAA

Color information

#96BAAA (or 0x96BAAA) is unknown color: approx Skeptic. HEX triplet: 96, BA and AA. RGB value is (150,186,170). Sum of RGB (Red+Green+Blue) = 150+186+170=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #96BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BAAA is #694555. Grayscale: #ADADAD. Windows color (decimal): -6899030 or 11188886. OLE color: 11188886.

HSL color Cylindrical-coordinate representation of color #96BAAA: hue angle of 153.33º degrees, saturation: 0.21, 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 #96BAAA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB150186170-
CMYK0.1900.090.27
HSL153.33º20.69%65.88%-
HSV(B)153.33º19.35%72.94%-
XYZ37.3944.544.65-
YUV173.41126.07111.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=29.64%
G=36.76%
B=33.60%

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
Decimal1501861700.1900.090.27153.3320.6965.88
Hex96BAAA13091B991542
Octal226272252230113323125102
Binary10010110101110101010101010011010011101110011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,170); }

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

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

 a { background-color: rgb(150,186,170); }

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

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

 span { border-color: rgb(150,186,170); }

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