#96B4A4

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

Shades of Skeptic #96B4A4

Tints of Skeptic #96B4A4

Color information

#96B4A4 (or 0x96B4A4) is unknown color: approx Skeptic. HEX triplet: 96, B4 and A4. RGB value is (150,180,164). Sum of RGB (Red+Green+Blue) = 150+180+164=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B4A4 is #694B5B. Grayscale: #A9A9A9. Windows color (decimal): -6900572 or 10794134. OLE color: 10794134.

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

Color convert

RGB150180164-
CMYK0.1700.090.29
HSL148º16.67%64.71%-
HSV(B)148º16.67%70.59%-
XYZ35.641.8141.32-
YUV169.21125.06114.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=30.36%
G=36.44%
B=33.20%

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
Decimal1501801640.1700.090.2914816.6764.71
Hex96B4A411091D941141
Octal226264244210113522421101
Binary10010110101101001010010010001010011110110010100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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