#96B5A5

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

Shades of Skeptic #96B5A5

Tints of Skeptic #96B5A5

Color information

#96B5A5 (or 0x96B5A5) is unknown color: approx Skeptic. HEX triplet: 96, B5 and A5. RGB value is (150,181,165). Sum of RGB (Red+Green+Blue) = 150+181+165=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5A5 is #694A5A. Grayscale: #A9A9A9. Windows color (decimal): -6900315 or 10859926. OLE color: 10859926.

HSL color Cylindrical-coordinate representation of color #96B5A5: hue angle of 149.03º 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 #96B5A5 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB150181165-
CMYK0.1700.090.29
HSL149.03º17.32%64.9%-
HSV(B)149.03º17.13%70.98%-
XYZ35.8942.2541.86-
YUV169.91125.23113.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=30.24%
G=36.49%
B=33.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501811650.1700.090.29149.0317.3264.9
Hex96B5A511091D951141
Octal226265245210113522521101
Binary10010110101101011010010110001010011110110010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,165); }

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

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

 a { background-color: rgb(150,181,165); }

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

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

 span { border-color: rgb(150,181,165); }

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